[00:47:05] [13jquery-mobile] 15uGoMobi pushed 2 new commits to 06master: 02http://git.io/afm0lA [00:47:05] 13jquery-mobile/06master 14e5fd07f 15Timo Tijhof: Fix another notice in dynamic-samples/category.php.... [00:47:05] 13jquery-mobile/06master 146a3491a 15Jasper de Groot: Merge pull request #5319 from Krinkle/php-errors... [01:00:48] morning [01:41:10] [13jquery-mobile] 15Krinkle opened pull request #5322: Fix yet another notice in dynamic-samples/category.php. (06master...06php-errors) 02http://git.io/OoFCCg [01:45:18] [13jquery-mobile] 15uGoMobi pushed 2 new commits to 06master: 02http://git.io/a-p7Lw [01:45:18] 13jquery-mobile/06master 14ff0d58f 15Timo Tijhof: Fix yet another notice in dynamic-samples/category.php.... [01:45:18] 13jquery-mobile/06master 143bcd49b 15Jasper de Groot: Merge pull request #5322 from Krinkle/php-errors... [01:48:22] [13jquery-mobile] 15Krinkle opened pull request #5323: Fix PHP Warning in server logs for js/index.php. (06unprefixed-transitions...06unprefixed-transitions) 02http://git.io/-zYqxA [02:54:51] <_|Nix|_> uGoMobi: Morning! [02:55:32] hey _|Nix|_ goodmorning [03:19:16] <_|Nix|_> uGoMobi: The fix for the theme toggling: $el.page( "option", "theme", this.options.overlayTheme ); during dialog's _create() [03:23:58] _|Nix|_: I have to give this a closer look to get the full picture [03:25:15] <_|Nix|_> uGoMobi: The page was setting the theme on the body from it's own this.options.theme - which was set to "c", but it needs to be set to dialog's this.options.overlayTheme, because that's the dialog's equivalent of theme. [03:25:26] <_|Nix|_> uGoMobi: ... in terms of what ends up set on the body. [03:26:01] _|Nix|_: just looked at the code and get it now [03:26:06] Project jQuery Mobile Phantom Master jQuery Old build #86: STILL FAILING in 1 hr 19 min: http://swarm.jquery.org:8080/job/jQuery%20Mobile%20Phantom%20Master%20jQuery%20Old/86/ [03:26:46] _|Nix|_: I see there is logic for setting the theme on the body when you transition from page to page, but not for from page to dialog [03:28:48] _|Nix|_: so your solution sounds good to me [03:29:15] <_|Nix|_> uGoMobi: Well, I put a breakpoint in page's removeContainerBackground() and setContainerBackground() and it gets hit during transition to a dialog. [03:29:32] <_|Nix|_> uGoMobi: Yeah, but I did break a unit test. I might have to refine my solution. [04:29:59] _|Nix|_: are you interested in extending the Jenkins TestSwarm job(s)? Seems like johnbender is too busy with other stuff. We've got support for mobile browsers now! [04:30:09] _|Nix|_: I can support as needed [05:05:10] Morning _|Nix|_: uGoMobi: [05:10:05] morning arschmitz [05:32:36] [13api.jquerymobile.com] 15agcolom pushed 2 new commits to 06master: 02http://git.io/NeDiqQ [05:32:36] 13api.jquerymobile.com/06master 14ba1b5e7 15Anne-Gaelle Colom: moved note regarding method on individual collapsibles [05:32:37] 13api.jquerymobile.com/06master 141761fd2 15Anne-Gaelle Colom: Merge branch 'master' of github.com:jquery/api.jquerymobile.com [05:53:41] [13jquery-mobile] 15uGoMobi pushed 1 new commit to 06master: 02http://git.io/ggiXgQ [05:53:41] 13jquery-mobile/06master 14407b948 15Jasper de Groot: Scroll long source code inside the collapsible. Code cleanup. [05:55:28] [13jquery-mobile] 15halcyon1234 opened issue #5324: Permission denied to access property 'role' 02http://git.io/DG4Vrw [06:01:14] [13jquery-mobile] 15marvvv opened issue #5325: Linking directly to a page (non-main) of a multi-page document doesn't shows the correct page, always the main one 02http://git.io/by8OWg [07:18:56] [13api.jquerymobile.com] 15agcolom opened issue #85: what to do with buttons? 02http://git.io/YcI_qw [12:35:32] [13api.jquerymobile.com] 15agcolom pushed 1 new commit to 06master: 02http://git.io/IUVl9A [12:35:33] 13api.jquerymobile.com/06master 1459f1584 15Anne-Gaelle Colom: first version of update layout event [12:37:16] johnbender: Hi, just in case you're around, I would need to know what updatelayout returns? Thank you. [12:45:35] [13api.jquerymobile.com] 15agcolom pushed 1 new commit to 06master: 02http://git.io/SY2xdA [12:45:36] 13api.jquerymobile.com/06master 14dd06e3e 15Anne-Gaelle Colom: first version of pageremove event [13:00:16] <_|Nix|_> uGoMobi: It turns out that the problem was that handlers were being attached to the page div using .bind() and so they were not detached during _destroy(), so when the page and dialog widgets were being reinstantiated on the page div, there were now two event handlers. [13:00:41] <_|Nix|_> uGoMobi: The fix is indeed more subtle than just setting the theme on the page div. [13:05:54] [13api.jquerymobile.com] 15agcolom pushed 1 new commit to 06master: 02http://git.io/Jh638g [13:05:55] 13api.jquerymobile.com/06master 1447e7862 15Anne-Gaelle Colom: moved method note to general widget section [13:19:07] [13api.jquerymobile.com] 15agcolom pushed 1 new commit to 06master: 02http://git.io/Fbjw6g [13:19:08] 13api.jquerymobile.com/06master 14ec960ee 15Anne-Gaelle Colom: added create event arguments [13:31:57] is this a bug? http://cl.ly/image/2b1x392I3r3J [13:32:06] checkout the corners [13:49:26] <_|Nix|_> ryanneufeld: I dunno, really. What does it look like with 1.2.0? [13:49:39] that is 1.2.0 [13:49:44] <_|Nix|_> ryanneufeld: Aaah, OK. [13:50:39] it's like the inner part is getting a different radius than the outer [13:50:41] <_|Nix|_> ryanneufeld: I wonder if that's what it looks like at normal zoom level. [13:50:44] but every other button is fine [13:50:46] <_|Nix|_> ryanneufeld: Yeah ... [13:50:46] it's the same [13:51:03] <_|Nix|_> ryanneufeld: What do you mean every other button is fine? [13:51:31] like collapsibles [13:51:33] look fine [13:51:41] http://cl.ly/image/0G1G2n3H101U [13:51:44] <_|Nix|_> ryanneufeld: So, how did you create those buttons? [13:51:58] <_|Nix|_> ryanneufeld: I mean, what was the HTML? [13:52:01] se [13:52:03] c [13:52:19] <_|Nix|_> That does indeed look buggy. [13:52:29] https://gist.github.com/7d3e9504d6eb982d0e22 [13:53:59] <_|Nix|_> ryanneufeld: Is it OK if I make a jsbin out of that? [13:54:08] yup [13:54:42] <_|Nix|_> data-theme="m"? [13:54:48] custom theme [13:55:32] updated my gist with our mobile.css [13:58:31] <_|Nix|_> ryanneufeld: I would suggest that it might be your custom swatches. I changed the swatches to "b" and they look OK: http://jsbin.com/uzaret/537/ [13:59:32] yeah [13:59:37] Thanks _|Nix|_ [14:00:23] I added our css [14:00:30] any idea what part of it would be causing that? [14:01:16] nvm [14:01:17] found it [14:01:22] [13jquery-mobile] 15gabrielschulhof pushed 2 new commits to 06master: 02http://git.io/FUogKw [14:01:22] 13jquery-mobile/06master 14b605521 15Gabriel Schulhof: Page: Attach handlers using ._on(). Helps fix #2215... [14:01:22] 13jquery-mobile/06master 149be2bc9 15Gabriel Schulhof: Dialog: Attach pagebeforeshow handler using ._on(). Fixes #2215.... [14:01:26] .botbtns .ui-btn {font-size: 13px;} [14:03:04] yay! http://cl.ly/image/2L03201D140V pretty buttons [14:03:28] <_|Nix|_> ryanneufeld: Awesome! [14:03:36] Yeah you are [14:04:01] <_|Nix|_> Oh, stop it *wave* [17:32:47] [13jquery-mobile] 15Krinkle opened pull request #5326: Fix PHP error in forms-sample-response.php. (06master...06php-errors) 02http://git.io/4OLqyA [18:55:52] Krinkle: I why change from _REQUEST to _GET ? [18:56:10] Because _REQUEST also contains _POST and _COOKIE [18:56:17] and the form is only used with method=get [18:56:33] ok - i mean, its a minor change in behavior [18:56:49] just was curious why you went that way [18:56:52] i hate _REQUEST [18:56:53] so +1 [18:56:54] :) [18:56:56] :) [18:57:19] I'm working on a node script that imports google-code issues to GitHub. [18:57:29] there've been a few in the past, but none of them are working anymore. [18:57:33] I wrote one of those once [18:57:42] not for google-code [18:57:46] some other lame tracker we were using [18:57:56] trac :P ? [19:00:29] I've got issue importing working, what's left is fixing the labels and comments. [19:02:55] https://github.com/Krinkle/sandbox2/issues [19:03:09] https://github.com/Krinkle/sandbox2/issues/8 [19:03:14] http://code.google.com/p/jquery-json/issues/detail?id=8 [19:03:29] Oh and close state, need to do that too [20:30:27] gnarf: I've actually been working on this importer for almost a year, its like a low priory background project that I'm doing recursively to create and discover other interesting tools [20:30:38] such as node-colorfactory, which I needed to create the labels at github with different colors :) [20:31:05] varying colors, as much differtiating with the number of labels available. [20:31:12] or rather number of labels to be created. [20:31:15] anyhow, fun :D [20:31:20] https://github.com/Krinkle/sandbox3/issues [20:31:34] it happens to start at red for bug