[02:22:09] Yippie, build fixed! [02:22:10] Project jQuery Mobile Phantom Master jQuery Git build #135: FIXED in 20 min: http://swarm.jquery.org:8080/job/jQuery%20Mobile%20Phantom%20Master%20jQuery%20Git/135/ [03:41:17] Yippie, build fixed! [03:41:18] Project jQuery Mobile Phantom Master jQuery Old build #62: FIXED in 1 hr 19 min: http://swarm.jquery.org:8080/job/jQuery%20Mobile%20Phantom%20Master%20jQuery%20Old/62/ [03:46:09] hi [03:47:44] can you help me why one of my jqm page hasnt the same pagination design as others, when the html code is 100% the same for it? [03:48:28] can be jqm related? [03:56:13] hi subdesign - you can ask for help with that on the forum https://forum.jquery.com/jquery-mobile and the #jquerymobile channel [03:56:51] thx [03:57:07] yw [03:58:25] hehe i thought u a bot :) ok [04:01:13] :/ [05:05:48] aww uGoMobi they thought you were a bot :( [05:05:58] bleep bleep [05:06:05] <_|Nix|_> The reverse Turing test :) [05:06:08] :) [05:29:57] oh uGoMobi: ps your the man! -webkit-transform:translate3d(0,0,0); did the trick! [05:30:14] arschmitz: seriously? [05:30:20] yup [05:30:28] :D [05:30:49] for what element did you set it? [05:31:37] .ui-li-has-thumb [05:32:01] so the li [05:32:36] 100% perfect it seems like its improved the overall responsiveness of the other buttons too honestly [05:40:17] arschmitz: that is because it enables hardware acceleration [05:40:29] http://stackoverflow.com/questions/9068132/why-arent-browsers-smart-enough-to-hardware-accelerate-without-tricks [05:40:35] http://www.sencha.com/blog/understanding-hardware-acceleration-on-mobile-browsers/ [05:42:12] Nice so im going through the fixed toolbar issues and it looks like i think this and workarounds will close 7 of the 15 open tickets! [05:42:45] arschmitz: that sounds good :) [05:44:21] I think it is safe to use this but might be good to ask toddmparker Wilto and scottjehl__ if there can be downsides [05:44:46] yeah i will when they get in [05:44:52] cool [05:54:12] uGoMobi: Have a minute to take a look at my workarounds extension? [05:54:54] arschmitz: sure [05:55:53] uGoMobi: https://github.com/arschmitz/jquery-mobile/blob/workarounds/js/widgets/fixedToolbarWorkarounds.js [05:57:43] arschmitz: ok I take a look [05:59:10] uGoMobi: Thanks make sure i didnt do anything stupid before everyone else looks ha ha ha [05:59:34] arschmitz: don't worry :) [06:00:11] uGoMobi: Ha HA thanks i think its pretty solid though might be a better way to do the browser detection [06:32:21] arschmitz: at first glance the code looks good to me [06:32:30] arschmitz: https://github.com/arschmitz/jquery-mobile/blob/workarounds/js/widgets/fixedToolbarWorkarounds.js#L4 [06:33:40] uGoMobi: Sweet [06:33:49] 'something up with line 4? [06:33:59] not sure if you can use same name (first parameter) there... $.widget( "mobile.fixedtoolbar", $.mobile.fixedtoolbar, { [06:34:42] but to be honest I don't really know what is the way to go to extend a widget [06:35:16] i got that from the jquery ui 1.9 upgrade guide that johnbender: sent me for extending [06:36:14] uGoMobi: http://jqueryui.com/upgrade-guide/1.9/#allow-redefining-widgets-to-create-extensions [06:36:21] arschmitz: ah ok, then it should be fine [06:36:23] so i "think" thats right [06:36:37] im sure johnbender: will notice if its not ha ha [06:37:13] haha yeah for sure [06:37:41] uGoMobi: Thanks for taking a look though i appreciate it [06:38:11] something else I was thinking about is how to prevent we do UA sniffing twice [06:38:44] uGoMobi: yeah i thought about that [06:39:03] first we create the blacklist https://github.com/arschmitz/jquery-mobile/blob/workarounds/js/widgets/fixedToolbar.js#L31 [06:39:24] and then we do it again for workarounds https://github.com/arschmitz/jquery-mobile/blob/workarounds/js/widgets/fixedToolbarWorkarounds.js#L13 [06:39:27] couldnt think of a way to keep them seperate but work together. [06:39:46] i supose i could redefine the blacklist [06:40:24] and move the sniffing into its own function [06:40:38] and pass the results to the redefined blacklist [06:41:26] a bit more complicated but removes the duplicate code [06:41:29] yeah something like that [06:41:58] ill work something up it shouldnt take long [06:42:53] arschmitz: did you already add the CSS in your repo for classes like ui-ios-footer-fix? [06:44:11] yes [06:44:33] its just position:fixed; bottom:0; [06:45:21] arschmitz: ah ok, I see it now [06:45:33] cool [06:45:48] too many tabs open... was looking at the wrong repo ;-) [06:46:41] ha ha yeah im terrible for that i always have WAY to many tabs open [06:52:02] arschmitz: this might sound like nitpicking ;-) but can you add spaces before the { and after the : in the CSS [06:52:36] uGoMobi: of course i dont considder it nitpicking at all consistancy is important [06:53:38] yeah it is [06:53:49] arschmitz: anyway... nice work! [06:54:22] uGoMobi: Thank you will be exciting to close all those tickets ! ha ha [06:55:11] oh yeah definitely [06:55:33] I think I should make sure I have a bottle of champagne in the house :) [06:57:28] uGoMobi: ha ha yeah clean up some old ugly bugs [06:58:00] uGoMobi: honestly im suprised to have found workable solutions for so many of them. [08:29:26] Good morning! [08:29:54] toddmparker: morning [08:31:51] hey arschmitz [08:32:07] just catching up…seems like you are very close to finishing the extension? [08:32:21] btw - doesn't -webkit-transform:translate3d(0,0,0); change the positioning context? [08:33:04] to be honest im not sure [08:33:10] think all child elements are relative [08:33:21] or was that back face? [08:33:35] worth testing to see if thinks look wonky [08:33:38] might be ok [08:33:58] i tried it and everything i checked looked ok [08:34:07] I know with touch overflow, we had to add a translate to force rendering of elements inside the overflow regions [08:34:08] and there were absolute positioned children [08:34:15] and it messed with all the positioning [08:34:50] i see [08:35:09] but we were doing that on most of the page [08:35:16] this is just inside a listview? [08:35:29] not sure of the use case here [08:35:42] in the case of 4250 where uGoMobi: and i were discussing it its only on .ui-li-has thumb and its didnt change anything i could see [08:36:06] so it's added to list items [08:36:09] might be fine there [08:36:14] yes that have thumbnails [08:36:21] all depends on what you're doing style-wise [08:37:09] it also seems to fix 3748 [08:38:54] the fix seems to simply be .ui-li-has-thumb { -webkit-transform:translate3d(0,0,0); } (i dont think anything else uses this class so i didnt get more specific) [08:41:16] i tested on ios5 ios6 android 2.3.7 and a variety of emulators [08:42:11] that reminds me if you want to add it to your list of test devices i got a HTC Thunderbolt with 2.3.7 [08:47:38] Wilto: need some of your awesome css input! [08:47:57] WHO SUMMONS WILTO (thunderclap) [08:48:15] potential unwanted side effects of -webkit-transform:translate3d(0,0,0);? [08:48:40] `position: relative` and hardware accelleration. [08:48:47] acceleration* [08:48:54] Which is good in some places, and way worse in others. [08:49:17] setting it on .ui-li-has-thumb seems to fix several issues [08:49:27] —Huh. [08:49:30] Where’s this bug? [08:49:40] https://github.com/jquery/jquery-mobile/issues/4250 [08:50:27] the absolute positioned image causes issues with the nav bar buttons not fireing their click events [08:50:36] Oh—this. [08:50:48] Inherent dimensions are fine, all else breaks, yeah? [08:50:56] i wish :( [08:51:15] on buttons that overlap [08:51:30] only the actual overlapping part of the button register click [08:52:00] so if i make the image bigger so it like overlaps half a button taping on the overlapping half owrks fine non overlapping half nothing [08:52:36] also making the image relative vs absolute fixes [08:52:44] or removing the search filter fixes [08:52:53] or scrolling the page fixes [08:52:58] Friggin’ Android. [08:53:30] but translating seems to not visually change anything execpt navbars responds [08:54:10] That might be because it’s creating a new positioning context. [08:54:21] Not so much the translate itself. [08:54:25] yeah [08:54:34] Try this, just for the hell of it: [08:54:53] .ui-li-has-thumb, .ui-li-has-thumb * { position: relative; } [08:55:06] Somewhere before the other positioning styles are kicked in as usual, so we’re not overriding them. [08:55:25] ok give me just a sec [08:55:49] Probably gonna break the layout, but y’know. [08:56:28] lol [08:57:00] dosent break the layout [08:57:08] but dosent work to fix the issue either [08:58:59] Hm. [08:59:58] so i guess the question is do you forsee .ui-li-has-thumb { -webkit-transform:translate3d(0,0,0); } breaking anything or causing any other issues? [09:02:50] Ugh, man, I hate kicking in hardware acceleration for that reason… [09:02:56] Is it only with translate3d? [09:03:01] if it checks out in our demos and with popular browsers might be ok [09:03:16] Yeah; I mean, whatever works. [09:03:18] but this could mess with custom list view styles people have added [09:03:29] so we should add this to the upgrade guide for 1.3 [09:03:35] mind creating a wiki page for that? [09:04:01] Well, I still wanna ty a couple things; arschmitz, you feel like you’ve exhausted all other CSS voodoo options, here? [09:04:19] anything uGoMobi or i could come up with yeah [09:04:54] http://bit.ly/TXtnlZ is a link to it with the rule added [09:04:58] well to the docs [09:05:40] Hm. [09:07:16] toddmparker: Wilto: only other thing i could come up with to not dramaticly change anything was to change the images to relative and adjust the link padding accordingly [09:07:26] but thats a lot more breaking of a change! [09:08:06] And if you let the image rely on inherent dimensions (not setting them at all in CSS, including `auto`), it doesn’t fix this? [09:08:17] This sounds a lot like that weird-ass fixed header issue I ran into way back when. [09:09:14] let me double check on that because the images in the docs are 160px wide which makes them completely overlap the issue button [09:09:26] let me swap one out for an 80px image and re test [09:12:52] Cool. [09:16:10] no dice [09:16:21] native size dosent do anything [09:17:25] Man. [09:18:06] and the bug renders one of the nav bar buttons comletely inoperable so for usability its kinda major [09:18:42] ANDROID!!!! [09:22:24] toddmparker: as far as the extension its done was just looking into a way to not duplicate the browser sniffing was hoping to get some input on that today [09:46:57] [jquery-mobile] gabrielschulhof pushed 1 new commit to button-markup-corners-can-be-string: http://git.io/T4ZXOQ [09:46:57] jquery-mobile/button-markup-corners-can-be-string 6fa0c36 Gabriel Schulhof: [controlgroup] Convert to widget [09:54:17] toddmparker: was the cabal last week? [09:57:48] johnbender: Hi, when you have a minute i was hoping to get your feedback on the workarounds extension to fixedToolbars iv been working on [10:01:33] arschmitz: sure thing [10:01:36] Sorry; back. [10:01:36] arschmitz: link? [10:01:59] Alright arschmitz, I say “ship it.” [10:02:01] https://github.com/arschmitz/jquery-mobile/blob/workarounds/js/widgets/fixedToolbarWorkarounds.js [10:02:24] Wilto: the fix for 4250? [10:02:34] Yeah. [10:02:45] Plan that sucker for the next version, though. [10:02:52] toddmparker: Agreed? ^ [10:03:10] johnbender: specificly if you have a good idea to not duplicate the browser sniffing it would be really helpfull [10:04:18] Wilto: yeah he suggested starting a 1.3 upgrade guide in the wiki with this in it so ill do that when i do the PR [10:04:32] Yep, +1. [10:04:59] Wilto: id also love your feedback on https://github.com/arschmitz/jquery-mobile/blob/workarounds/js/widgets/fixedToolbarWorkarounds.js [10:05:17] Wilto: the extension we discussed last week [10:06:04] This is scottjehl__ territory, too. [10:06:35] Wilto: yeah i was going to ask him to just havent seen him around [10:07:51] hi all [10:13:48] Anyone our there im trying to come up with the common problems people run into using JQM the things you see people doing wrong over and over. or just problems they run into a lot. [10:13:59] arschmitz, johnbender: I’m for this approach to fixed toolbars. [10:14:04] its for a talk at jquery asia. [10:15:03] Wilto: Thank you for looking! [10:33:18] arschmitz: very nice [10:33:54] johnbender: thank you. [10:35:03] Wilto: arschmitz: toddmparker: scottjehl__: where did we land with this [10:35:15] johnbender: anythoughts on combining the browser sniffing. i had initally left the two because i didnt want to mess with supportblacklist but uGoMobi: thought it would be best to try and combine which i cant argue with [10:35:16] is this something we'll include as an optional plugin or something we link to on the website and in the issue [10:35:51] johnbender: if im not mistaken it was decided by toodmparker to include by default [10:35:55] arschmitz: not sure what you mean. Combine it with the existing browser sniffing? [10:36:00] arschmitz: cool [10:36:16] just to make it an extension to keep the actual widget clean of browser specific stuff [10:36:26] arschmitz: you'll need meta data like the other modules so that it shows up in the builder properly [10:36:51] yeah i wanted to ask about that im not familier with that stuff [10:37:00] arschmitz: and I would stack the dependency list so it doesn't run off the right side [10:37:07] arschmitz: you can just steal it from another modules [10:37:10] *module [10:37:26] ok [10:37:56] arschmitz: ah, so without the browser sniffing it would be applied everywhere [10:38:05] and with the browser sniffing it would only be applied where necessary [10:38:11] johnbender: right [10:38:13] that is, if the browser sniffing extension module was included [10:38:16] hmm [10:38:28] uGoMobi: what was your thinking there [10:38:35] but it duplicates a big chunk of supportblacklist in _workarounds [10:38:40] ah [10:38:56] I mean, I hate what we gotta do here, but… we also gotta do it, and this is as good a way as any. [10:38:59] Sanity++ [10:39:30] Wilto: yeah i just didnt want to mess with support blacklist which is why i kept seperate to start [10:40:43] johnbender: like arschmitz said... I suggested to see if we could avoid duplication [10:41:57] uGoMobi: do we have these checks anywhere else? [10:42:13] is it time to try and centralize our browser sniffing? [10:44:17] johnbender: in support.js we do some browser sniffing as well [10:44:33] have to see if we look for the same browsers there [10:45:15] johnbender: what I meant was https://github.com/arschmitz/jquery-mobile/blob/workarounds/js/widgets/fixedToolbar.js#L31 and https://github.com/arschmitz/jquery-mobile/blob/workarounds/js/widgets/fixedToolbarWorkarounds.js#L13 [10:46:27] there we do the same thing twice [10:47:38] uGoMobi: in that case can't the extension call into the parent code? [10:47:42] or maybe that's what you meant [10:48:44] johnbender: its not exactly the same one excludes broswers completely and ends the widget the other opts certain browsers into the workarounds [10:48:59] johnbender: so cant just call the parent function [10:49:20] johnbender: yup, that's what I was thinking too [10:49:40] arschmitz: right [10:49:54] arschmitz: here's what I would suggest [10:51:23] arschmitz: merge what you have now, write tests for both of the sniffing methods (refactor as needed to allow injection of fake ua strings), then attempt to merge what functionality you can [10:51:41] arschmitz: I would set them up so they can be used as methods or as functions [10:51:51] for testing purposes [10:52:27] function( ua, platform) { var ua = ua || navigater.userAgent ... } [10:53:05] equal( $.mobile.fixedtoolbar.prototype._workarounds( "foo", "bar" ), "baz" ) [10:53:30] and you might move the invocation of the various workarounds up into the _create extension [10:53:42] so that you just get a ua sniff result of some sort from that function [10:54:06] or you can just stub them :) [10:54:08] up to you [10:54:15] should be fast and easy to test [10:54:16] ok [10:54:20] after that [10:54:36] it'll be safer to try and share [10:54:48] uGoMobi: are you comfortable with merging what he has there now? [10:55:31] johnbender: yes I am, you checked the code as well, right? [10:55:42] uGoMobi: yah looks good [10:56:25] I agree preventing duplication is something that can be done after merging [10:56:35] catching up, hold on a sec... [10:56:41] was more meant as possible improvement [10:56:48] uGoMobi: and a smart one [10:56:53] also it forces testing which I like :) [10:57:10] haha yeah I know you like that :) [10:57:19] johnbender: uGoMobi: i totally agree its better to combine i just wasent sure the best way to go about it [10:58:23] maybe the solution is that we centralize browser sniffing like johnbender mentioned [10:58:35] johnbender: The plan for this is to probably package the extension as part of the library for 1.3 but down the road we can stop supporting it [10:58:52] sort of how we broke out custom select menus from custom select [10:58:53] uGoMobi: i looked at support and i think that might be a good place for it [10:59:03] toddmparker: sounds good [10:59:06] that way, people can choose to not add this hackery [10:59:13] in the download builder [10:59:47] uGoMobi: arschmitz: lets just get it reconciled between the widget and the extension first [10:59:47] think anything more aggressive would make too many people mad. scottjehl__ might disagree, but that's where I'm at [11:00:00] merged, tested, reconciled, think about centralizing [11:00:01] once this is ready, I'd land it in master and ask people to help us test [11:00:11] think that [11:00:15] agreed [11:00:15] is a good plan [11:00:23] sounds good to me [11:00:55] arschmitz: do you think we can add the webkit transform3D fix to the workaround JS too? [11:01:12] not completely sure if you can set that property with jQuery .css() [11:01:24] that is... I never tried [11:01:31] its not related to the fixed toolbars so much as list view but potentially [11:01:57] yeah that's true [11:01:59] yeah, seems like a different widget [11:02:24] i think we can land that after testing and ask devs to test it on custom lists [11:02:30] but if you don't use fixed toolbars for Android 2.3 (leave out workaround code) you won't have this issue with listviews either [11:03:00] could do listview._workarounds lol [11:03:38] haha [11:04:18] start throwing all workarounds into workarounds extensions of the widgets lol [11:05:57] oh, i see [11:05:59] sheesh [11:06:20] so this is a workaround only if fixed toolbars are in play [11:06:26] yes [11:06:38] so could go in fixed toolbars [11:06:59] it is just that the webkit transform3D fix feels a bit like setTimeout [11:07:16] it is [11:07:18] Woah, hey, hi. [11:07:18] just throw it in and hope for the best lol [11:07:18] so it would be nice if it is only used when really needed [11:07:56] i can add a workaround for it with out much trouble [11:08:39] well i asuume as long as setting it with like .css() still works [11:11:00] arschmitz: this is also something we can look into after your workaround JS is merged [11:11:18] Don’t we add a class to .ui-page when the fixed header/footer is in play? [11:11:23] didn't mean we have to check that out first [11:11:31] Wilto: yes we do [11:11:35] uGoMobi:yeah [11:11:35] Oh, yeah. [11:11:41] scope it to that then? [11:11:51] I’m tuning in late, but just scope the thumbnail hack-style to that. [11:12:01] sounds good to me [11:12:02] this extension could tack on a class too if needed, if you wanted to scope it way in [11:12:08] I wouldn’t wanna start blurring the line between our JS and CSS hackiness. [11:12:56] I think what toddmparker is saying is best solution [11:13:01] forget about .css() [11:13:23] just like the ios-fixed class [11:14:48] because the issue is only reported for android 2.3 I think it's good to only apply it for that browser [11:17:45] we could tack on a class to the page from that hackery extension [11:18:01] fixed-hacks or whatever and add that to the scope [11:19:24] sounds like a plan [11:36:21] [jquery-mobile] toddparker pushed 1 new commit to tables: http://git.io/m-A5iA [11:36:21] jquery-mobile/tables a29f787 toddparker: Updated docs based on @agcolom's input [11:42:13] thanks @agcolom for proofreading [11:42:48] anyone heard from mauriceG recently? [11:48:30] [jquery-mobile] toddparker pushed 1 new commit to tables: http://git.io/Iacf9w [11:48:30] jquery-mobile/tables 8c7df52 toddparker: Re-named demos, updated links [12:01:41] [jquery-mobile] toddparker pushed 1 new commit to tables: http://git.io/uZj2OQ [12:01:41] jquery-mobile/tables 3cec65f toddparker: Added a class to the movie table, re-scoped all overrides to that class... [12:02:26] I'm heading out to get to halloween [12:02:34] have a good one [12:02:49] scott and I are cleaning up tables, should be in good shape tomorrow for review [12:10:41] [jquery-mobile] toddparker pushed 1 new commit to tables: http://git.io/1dKgvQ [12:10:41] jquery-mobile/tables 91edce3 toddparker: custom.css, not override.css [12:45:57] [jquery-mobile] scottjehl pushed 1 new commit to tables: http://git.io/0H5k6A [12:45:57] jquery-mobile/tables 7332e1a Scott Jehl: added comments about headers and allheaders... [13:11:21] [jquery-mobile] gabrielschulhof created 4974-move-non-option-constants-to-defaults-object (+2 new commits): http://git.io/9cL-fQ [13:11:21] jquery-mobile/4974-move-non-option-constants-to-defaults-object eea0e30 Gabriel Schulhof: [widget] Look for initSelector in the defaults as well as the options [13:11:21] jquery-mobile/4974-move-non-option-constants-to-defaults-object 58b0f9a Gabriel Schulhof: [popup] Move non-option constants to defaults object -- Helps fix #4974 [13:14:19] <_|Nix|_> johnbender: Ping! [13:19:03] gnarf: I just saw your highlight in #jquery-meeting [13:19:16] I don't think that it's actually needed anymore [13:19:40] don't need to prime it? [13:19:41] well, not for new releases at least [13:20:01] if so, i could rip that out of the puppet script [13:20:02] I added some code to handle semver tags [13:20:21] but that doesn't work for -stable branches for instance [13:20:37] branches aren't tags :) [13:20:46] yep [13:21:02] and the other thing is it works only for future tags [13:21:25] so if for some reasons we were to deploy that on a fresh system [13:21:48] that puppet script would still be needed [13:22:01] I guess I could also check existing tags [13:24:21] gnarf: https://github.com/gseguin/node-amd-builder/issues/7 [13:24:31] I'll make it work [13:26:15] gseguin: thanks [13:26:22] gseguin: be sure to cc me on the close of that one :) [13:26:37] will do [13:47:28] toddmparker: you're welcome! Have a good halloween! [13:47:39] Good evening everyone :-) [13:48:56] [jquery-mobile] scottjehl pushed 1 new commit to tables: http://git.io/P1_kaw [13:48:56] jquery-mobile/tables f04dbd6 Scott Jehl: removed option from base widget [13:49:20] agcolom: evening [13:49:38] Hi Alex! [13:49:53] agcolom: I actually just noticed something out of place in the docs thought id mention it [13:50:07] oh yes please [13:50:31] http://jquerymobile.com/test/docs/forms/docs-forms.html [13:50:48] the example for fieldcontainers is in the forms in toolbars section [13:51:27] just needs to be moved up [13:51:28] [jquery-mobile] scottjehl pushed 1 new commit to tables: http://git.io/bU1yiA [13:51:28] jquery-mobile/tables a9fa2a3 Scott Jehl: exposed refresh as a public method of the columntoggle table [13:52:29] arschmitz: oh yes! thx very much for that :-) I'll get that changed as soon as dinner is finished :-) [13:52:56] no problem i just happened to notice it [13:56:14] [jquery-mobile] scottjehl pushed 1 new commit to tables: http://git.io/NhwhCQ [13:56:14] jquery-mobile/tables ecec15c Scott Jehl: Merge branch 'master' into tables... [14:14:47] [jquery-mobile] scottjehl pushed 4 new commits to tables: http://git.io/K4h4VQ [14:14:47] jquery-mobile/tables 2a9a9e7 Scott Jehl: switched the order of classes options [14:14:47] jquery-mobile/tables 9ec8513 Scott Jehl: just a comment [14:14:47] jquery-mobile/tables b851be2 Scott Jehl: id is not needed in reflow [14:22:51] [jquery-mobile] scottjehl pushed 2 new commits to tables: http://git.io/7Z-G9g [14:22:51] jquery-mobile/tables 90e2e00 Scott Jehl: comments and whitespace [14:22:51] jquery-mobile/tables 558d9b8 Scott Jehl: updated docs with information about options [14:24:48] [jquery-mobile] scottjehl pushed 1 new commit to tables: http://git.io/SWMdGg [14:24:48] jquery-mobile/tables d572f56 Scott Jehl: updated docs with information about methods [14:55:36] [jquery-mobile] agcolom pushed 1 new commit to master: http://git.io/R70XJQ [14:55:36] jquery-mobile/master e2599f5 Anne-Gaelle Colom: Docs: corrected location of forms in toolbars section [15:18:38] scottjehl__: Hi Are you around? [15:18:53] just some quick feedback on tables... [15:20:34] <_|Nix|_> Woo-hoo! Under 300 issues ... niceness! [15:27:30] _|Nix|_: I know! how great is that! [15:28:10] Some people have been working really hard!!!!! [15:33:43] <_|Nix|_> agcolom: Indeed! [15:35:17] _|Nix|_: Have you changed time (winter time, clock went backwards one hour last saturday?) [15:36:06] <_|Nix|_> agcolom: Yep. [15:36:51] so the meeting will appear as being 1h earlier than usual for us tomorrow, so I think it'll be 6pm instead of 7pm for me... Is that correct? [15:37:20] <_|Nix|_> Well, let's see: http://timeanddate.com/worldclock [15:38:08] yep, that seems to confirm it... I only currently have 4h difference with Boston, instead of the usual 5h [15:38:29] <_|Nix|_> Yep, so early it is. [15:39:02] I think they change this coming saturday, so the diff is only for tomorrow.... [15:40:58] uGoMobi: I think that the meeting tomorrow will be at 7pm for you instead of the usual 8pm as the US have not yet moved to winter time.. [15:41:13] goodnight _|Nix|_ ! Speak tomorrow :-) [15:43:10] <_|Nix|_> Good night! [15:53:18] [jquery-mobile] johnbender pushed 4 new commits to simple-nav: http://git.io/inp-dg [15:53:18] jquery-mobile/simple-nav 3974794 John Bender: move the hash alteration below the snippets that determine the data that will go into a navigate call [15:53:18] jquery-mobile/simple-nav 9c1c15f John Bender: basic hash assignment handling [15:53:18] jquery-mobile/simple-nav 4cae082 John Bender: rename callbacks in history.direct