[01:21:26] [13jquery-mobile] 15uGoMobi opened issue #5969: DEMOS: 404 ERRORS AND BROKEN IMAGES 02http://git.io/hIv0Ug [01:24:53] Hey Jasper! [01:25:18] Thanks for the demo. I'm having to modify it as some things don't work with the iframes... [01:25:51] popups don't come up, so I'll use a div to show the results [01:27:15] also, $( document ).on( "pageinit", "#page1", function() { doesn't work :( so I have to use $( document ).ready( function() { [01:27:42] I know it's not great as we recommend not to use that... [01:28:17] Maybe we could have a note somewhere in the api doc... [01:31:07] agcolom: good morning Anne [01:31:33] grrr iframes :( [01:33:26] Good Morning Jasper :-) [01:33:50] yes... iframes are great but sometimes can be a real pain ;-) [01:35:37] of course we can add a not, but just feels a bit wrong to use code that we recommend not to use in our own demos [01:35:44] s/not/note/ [01:37:23] agcolom: I don't know much about iframes because I try to avoid to use them but maybe _|Nix|_ or johnbender know a way to make this work [01:37:34] or did they already looked into that? [01:38:10] quick question - I opened several tickets thins morning re demos. I was not sure if you prefer one ticket with several related issues or separate tickets; please advise [01:38:57] didiergm: I noticed :) [01:39:11] didiergm: thanks for reporting the issues [01:40:00] didiergm: if you think the issues are related you can open just one, if not, you can open multiple ones [01:40:26] didiergm: and when you are not sure just open multiple ones [01:41:09] uGoMobi: :), no problem, and ok will do (See just one line for 3 answers haha, ok I ->) [01:41:25] :) [02:14:29] Project jQuery Mobile Phantom Master jQuery Git build #346: STILL FAILING in 11 sec: http://swarm.jquery.org:8080/job/jQuery%20Mobile%20Phantom%20Master%20jQuery%20Git/346/ [02:21:13] 01[13jquery-mobile01] 15uGoMobi pushed 2 new commits to 06master: 02http://git.io/joOGTw [02:21:13] 13jquery-mobile/06master 1483c746e 15Jasper de Groot: Demos: Added note to the PHP redirect demo that says it only works on a server. [02:21:13] 13jquery-mobile/06master 146ec5491 15Jasper de Groot: Textinput: removed option clearSearchButtonText (deprecated in 1.3). [02:25:06] 01[13jquery-mobile01] 15uGoMobi pushed 1 new commit to 061.3-stable: 02http://git.io/67h2Ew [02:25:06] 13jquery-mobile/061.3-stable 149ac46ef 15Jasper de Groot: Demos: Added note to the PHP redirect demo that says it only works on a server. [02:27:12] <_|Nix|_> agcolom: Hmmm ... popups should come up in an iframe ... [02:28:17] _|Nix|_: yes, I am not sure why they don't I need to look more closely at the example. because I have other examples that work... [02:28:56] so I'm not too worried about that one, but I like the div to show results so I'll stick to that as it is consistent with other examples I have [02:29:34] the issue I'm more concerned about is that I can't get $( document ).on( "pageinit", "#page1", function() { to work... [02:29:51] (where page1 is the id of the page loaded in the iframe) [02:30:33] but then it's an iframe created and loaded on the fly... so I haven't got full control of what is going on... [02:30:42] I'll check again later and will let you know... [02:31:49] <_|Nix|_> agcolom: What version of jqm is being used in the examples? [02:31:59] <_|Nix|_> agcolom: If running against master, things should work. [02:32:24] <_|Nix|_> agcolom: However, if running against 1.3.1, things may not work because the iframe-specific modifications are not in place. [02:32:45] _|Nix|_: ha! That may be it! [02:32:51] let me try... [02:36:00] <_|Nix|_> agcolom: 1.3.1 should work. [02:36:59] <_|Nix|_> agcolom: Currently, the template (entries2html.xsl) specifies 1.3.0. If you update to 1.3.1 it should work in FF. [02:37:23] [travis-ci] jquery/jquery-mobile#353 (master - 6ec5491 : Jasper de Groot): The build was broken. [02:37:23] [travis-ci] Change view : https://github.com/jquery/jquery-mobile/compare/970ae0f80c0c...6ec5491558c0 [02:37:23] [travis-ci] Build details : http://travis-ci.org/jquery/jquery-mobile/builds/6917479 [02:37:24] <_|Nix|_> agcolom: So, 1.3.0 breaks, but 1.3.1 works. [02:38:33] ok, trying now with 1.3.1 [02:40:01] still no luck with pageinit with 1.3.1 :( [02:40:16] <_|Nix|_> agcolom: Maybe not with pageinit, but popups should work. [02:40:33] Ah! I thought pageinit... [02:41:00] anyidea why pageinit is not working (is it because of the iframe?) [02:41:23] <_|Nix|_> agcolom: Where's the example? I can check it out. [02:41:40] ok, I'll push to stage so you can see... [02:41:52] <_|Nix|_> agcolom: OK. [02:42:21] <_|Nix|_> agcolom: I have it set up locally, so http://local.api.jquerymobile.com/?????? will also work for me. [02:43:26] 01[13api.jquerymobile.com01] 15agcolom pushed 1 new commit to 06master: 02http://git.io/tUYQ3Q [02:43:27] 13api.jquerymobile.com/06master 142bf9ff7 15Anne-Gaelle Colom: updated template from 1.3.0 to 1.3.1 [02:43:35] <_|Nix|_> Sweet! [02:44:19] <_|Nix|_> Man ... the jqm repo is huuuuge ... [02:44:28] 01[13api.jquerymobile.com01] 15agcolom pushed 1 new commit to 06master: 02http://git.io/KmlzSA [02:44:29] 13api.jquerymobile.com/06master 146b95c02 15Anne-Gaelle Colom: added one example to loadPage. Still has issue with pageinit [02:44:35] <_|Nix|_> I'm cloning it, and it's been going for, like, 15 minutes ... [02:44:48] Really ?? ;-) [02:45:15] <_|Nix|_> agcolom: ... and for some reason it's coming down at only, like, 50K/s ... [02:45:25] <_|Nix|_> .o0o.o0o.o0o. [02:46:15] :-( [02:46:21] ok, it's up on http://stage.api.jquerymobile.com/jQuery.mobile.loadPage/ [02:46:25] <_|Nix|_> OK. I was able to pull. [02:46:31] only look at the 1st example [02:47:44] <_|Nix|_> agcolom: Running grunt deploy ... [02:47:46] If you replace $( document ).on( "pageinit", "#page1", function() { with $( document ).ready( function() { it works fine [02:51:18] <_|Nix|_> agcolom: OK ... I can take a look at that example. [02:51:32] <_|Nix|_> agcolom: ... see what else we need to fix inside iframes. [02:51:39] <_|Nix|_> agcolom: Is there an issue about this? [02:51:55] no, because I was not aware of this issue [02:51:57] <_|Nix|_> Holy cow! It's still cloning jqm ... [02:52:03] :-) [02:52:13] <_|Nix|_> agcolom: That's fine. I'll add a TODO for myself. [02:52:24] Great thx:-) [02:52:25] <_|Nix|_> agcolom: Nothing else to do while it's cloning, anyway :/ [02:52:54] I'll dispappear for a bit but will be back later... We have a bank holiday today so will be on and off.. [02:53:23] <_|Nix|_> agcolom: NP. [02:55:36] [travis-ci] jquery/jquery-mobile#354 (1.3-stable - 9ac46ef : Jasper de Groot): The build is still failing. [02:55:36] [travis-ci] Change view : https://github.com/jquery/jquery-mobile/compare/1d575baa0e2f...9ac46ef07cc8 [02:55:36] [travis-ci] Build details : http://travis-ci.org/jquery/jquery-mobile/builds/6917587 [03:01:27] <_|Nix|_> WTF?! I ran grunt deploy and it's still showing 1.3.0 ... [03:02:22] <_|Nix|_> The good news is that FF 20 has fixed the iframe problem so popups work even with jqm 1.3.0 ... [03:03:30] <_|Nix|_> OK ... this is weird ... [03:05:08] <_|Nix|_> agcolom: Wait a second - the examples ... they also need to be updated to 1.3.1, not just the template, right? Or are the examples generated from the template? [03:05:11] 01[13api.jquerymobile.com01] 15gabrielschulhof pushed 1 new commit to 06master: 02http://git.io/K2cVKQ [03:05:12] 13api.jquerymobile.com/06master 14859dd38 15Gabriel Schulhof: entries2html.xsl: Remove stopgap script for FF iframe pushState fix now that the fix has been published in version 1.3.1. [03:07:08] <_|Nix|_> agcolom: I'll update the examples to also use 1.3.1 ... [03:11:11] 01[13api.jquerymobile.com01] 15gabrielschulhof pushed 1 new commit to 06master: 02http://git.io/46OtIQ [03:11:12] 13api.jquerymobile.com/06master 14a464b86 15Gabriel Schulhof: Resources: Replace references to 1.3.0 with 1.3.1.... [03:50:27] thanks _|Nix|_ :-) [03:53:43] _|Nix|_: ping! [03:58:25] 01[13api.jquerymobile.com01] 15agcolom pushed 1 new commit to 06master: 02http://git.io/gFIkwg [03:58:26] 13api.jquerymobile.com/06master 14c89d08d 15Anne-Gaelle Colom: about us page example needs an id [04:12:17] uGoMobi: What does jqmEnhanceable return? (Please :-) ) [04:15:00] agcolom: I suppose an object [04:15:27] ok, thanks, [04:16:07] agcolom: not sure though, have to check what that function does exactly (I forgot) [04:16:20] Yes, I'm not sure either... [04:16:47] / fluent helper function for the mobile namespaced equivalent [04:16:47] $.fn.jqmEnhanceable = function() { [04:16:47] return $.mobile.enhanceable( this ); [04:16:47] }; [04:17:58] ah ok [04:19:21] yeah, then I think it's an object [04:19:55] great! thanks! I wasn't sure whether it was the object or whether it was whether the object was enhanceable.... [04:21:03] an object goes in and a filtered object comes out [04:21:26] 01[13api.jquerymobile.com01] 15agcolom pushed 1 new commit to 06master: 02http://git.io/vi2vnA [04:21:27] 13api.jquerymobile.com/06master 14cf98391 15Anne-Gaelle Colom: added entry for jqmEnhanceable [04:22:54] uGoMobi: oh ok! Will have to think of an example now... after lunch... [04:23:20] (or maybe after my marking... I have so much to do but jqm is so much more fun ;-) ) [06:29:22] 01[13jquery-mobile01] 15uGoMobi pushed 9 new commits to 06next: 02http://git.io/PLQ76g [06:29:22] 13jquery-mobile/06next 140433ee3 15Jasper de Groot: Switching to em values for icon-only button height and width. [06:29:22] 13jquery-mobile/06next 14b5ef767 15Jasper de Groot: We don't need a generic ui-icon class. [06:29:22] 13jquery-mobile/06next 14de07d62 15Jasper de Groot: Theme: Fixed active checkbox and radio icon background color. [07:25:28] good morning [07:26:29] gseguin: good morning [07:40:50] morning all [07:41:00] toddmparker: good morning [07:47:58] hi arschmitz [08:14:20] 01[13jquery-mobile01] 15uGoMobi pushed 1 new commit to 06next: 02http://git.io/RFS0kg [08:14:20] 13jquery-mobile/06next 14a8a333a 15Jasper de Groot: Select custom: Don't add class ui-btn-down-x because we don't use it anymore. Just the checkbox should be enough feedback. [09:03:42] good morning/afternoon gseguin toddmparker arschmitz :-) [09:06:07] hi agcolom [09:09:47] 01[13jquery-mobile01] 15uGoMobi pushed 2 new commits to 06next: 02http://git.io/vYzjbw [09:09:47] 13jquery-mobile/06next 14ad51f72 15Jasper de Groot: Listview: em values. [09:09:47] 13jquery-mobile/06next 149690206 15Jasper de Groot: Slider: Same corner radii for the slider track and the handle. [09:29:48] agcolom: pageinit is gone from the latest [09:30:01] agcolom: hmm [09:30:02] or isi it [09:30:04] agcolom: sorry [09:30:07] it should be deprecated not remove [09:30:09] *removed [09:30:31] agcolom: sorry it's deprecated [09:30:40] so pageinit isn't working in your demo? [09:52:54] Hi agcolom [10:04:09] johnbender: ok thanks! [10:04:25] agcolom: did you want me to take a look? [10:04:32] agcolom: I mean give pagecreate a try [10:04:36] but pageinit should still work [10:04:38] so something is wrong [10:04:56] yes, seems due to the iframe as without the iframe it works fine [10:05:59] correct. you can see the example at http://stage.api.jquerymobile.com/jQuery.mobile.loadPage/ [10:06:07] (only the 1st example). [10:07:29] However, changing $( document ).on( "pageinit", "#page1", function() { to $(document).ready(function() { fixes the problem [10:07:55] but I thought we're recommending against using $(document).ready [10:08:46] johnbender: so if pageinit is being deprecated, what will replace it? [10:08:59] agcolom: pagecreate works again [10:09:09] oh! [10:09:09] there was an update the UI widget that put things back in place [10:09:28] Oh Dear! I totally missed that! [10:09:34] agcolom: it was a while ago [10:10:00] so maybe I should just use pagecreate then... [10:10:18] is pagecreate ok with 1.3.1? [10:10:19] agcolom: it shouldn't make any difference [10:10:26] ok [10:10:33] agcolom: yah it should be [10:10:39] hmm [10:10:47] . [10:10:55] agcolom: let me take a look at the example [10:11:08] window.onload = function() { [10:11:08] $( document ).on( "pageinit", "#page1", function() { ... [10:11:25] agcolom: seems to me you can omit the $( document ).on( "pageinit", "#page1", function() { [10:11:36] ommit* [10:12:03] you already bind to the load event [10:12:27] trying... grunt deploy... [10:13:45] uGoMobi: agcolom: where is the page init binding in the iframe document [10:13:49] I can't find it [10:13:54] I see the loadPage call [10:15:28] johnbender: the script is in the body, sibling of the page div [10:16:25] yes, I've just seen that the iframe adds window.onload = function() { [10:16:34] hadn't seen that before. [10:16:53] uGoMobi: I only see one [10:16:58] and it only has the onload [10:17:20] johnbender: are you looking on stage? [10:17:27] yah the link you pasted [10:17:34] (the 1st example) [10:17:35] uGoMobi: do you mean outside the iframe? [10:17:43] johnbender: nope [10:17:47] agcolom: ah, [10:17:52] I'm looking at the second one [10:17:54] my fault :( [10:18:06] good morning johnbender :) [10:18:11] lolol [10:18:29] brb... dinner time here [10:19:39] Have a nice dinner Jasper! [10:20:23] agcolom: I think that uGoMobi was suggesting you remove the onload because the binding might need to come before that to grab the first page init? [10:21:10] 01[13jquery-mobile01] 15johnbender pushed 2 new commits to 06content-widget: 02http://git.io/_VHuvg [10:21:10] 13jquery-mobile/06content-widget 14356608b 15John Bender: comment clarity and additional information [10:21:10] 13jquery-mobile/06content-widget 14e609e08 15John Bender: update from master [10:21:19] yes [10:22:06] I tried that and only the 1st button works... the loadPage doesn;t seem to be called... Will try again though as it seems strange... will let you know [10:25:45] OMG There's something wrong with the aboutUs page! Maybe that was causing all this not to work!!!!!!! [10:27:37] yeah? [10:28:01] toddmparker: it's my aboutUs page for my example!!!! [10:28:07] nothing to worry about ;-) [10:28:49] ah [10:30:26] 01[13api.jquerymobile.com01] 15agcolom pushed 1 new commit to 06master: 02http://git.io/owNVqA [10:30:27] 13api.jquerymobile.com/06master 140db6455 15Anne-Gaelle Colom: removed body tag that never was supposed to be at the bottom of the document [11:49:14] [13jquery-mobile] 15cares opened issue #5970: all checkboxes should change their value="0" to "1" if checked, because this is transmitted when submitting a form 02http://git.io/64TjqQ [11:50:24] [13jquery-mobile] 15cares opened issue #5971: all checkboxes should change their value="0" to "1" if checked, because this is transmitted when submitting a form 02http://git.io/Ztsj-A [12:23:33] 01[13jquery-mobile01] 15johnbender pushed 4 new commits to 06content-widget: 02http://git.io/7699ug [12:23:33] 13jquery-mobile/06content-widget 1431ee9b0 15John Bender: start moving the loading message bits out to methods [12:23:33] 13jquery-mobile/06content-widget 14a71e219 15John Bender: move error loading message to methods [12:23:33] 13jquery-mobile/06content-widget 14ca7ae08 15John Bender: move error message handling to a method [12:28:05] 01[13jquery-mobile01] 15johnbender pushed 1 new commit to 06content-widget: 02http://git.io/8H9edg [12:28:05] 13jquery-mobile/06content-widget 14966c396 15John Bender: move loading message method calls to loader widget method calls [12:33:16] uGoMobi: you around? [12:33:22] arschmitz: yes [12:33:45] the disabled range slider issue you filed is a regression since 1.3.1 [12:33:49] im working on it though [12:33:59] arschmitz: yeah, I saw the commet [12:34:03] comment* [12:34:05] cool [12:34:14] arschmitz: I think we have to look at those 2 commits.... [12:34:27] https://github.com/jquery/jquery-mobile/commit/997658cb633ce4a5fec6d8e6dd47f1953b6f6ddd [12:34:38] and https://github.com/jquery/jquery-mobile/commit/b2b429b3968d9fc4c3c17c5badec879b4e7f0a31 [12:35:59] uGoMobi: yeah i was looking at those as well as a couple similar slider ones [12:36:08] okay great [12:36:17] it only effects range slider but that does not mean it was not a change to slider that causes it [12:36:29] I focus on "next" so when I saw it was any issue on master I opened a ticket [12:36:38] arschmitz: yes exactly [12:36:42] yup [12:36:48] hey speaking of sliders though [12:37:03] it had been briefly mentioned a week or so ago looking at pulling in ui one [12:37:10] arschmitz: I remember we had to do something to make sure the rangeslider gets the disabled class at the right element [12:37:23] arschmitz: yes [12:37:33] i wanted your thoughts on this because theirs is pretty fundamentally different [12:37:42] you cant call it on an input [12:37:53] it only effects inputs via setting a callback [12:38:03] I see [12:38:12] so this would drasticly change our concept of how sliders work [12:38:17] so there is no native element at all? [12:38:22] div [12:38:23] johnbender uGoMobi : I think I'm going mad! Something that was working this morning is no longer working... could it be because we moved from 1.3.0 to 1.3.1? [12:38:51] arschmitz: yeah, but no native form element? [12:38:52] agcolom: its possible there were changes though i hope we didnt break anything [12:38:56] nope [12:39:13] its not a form widget in ui its just a track and handle [12:39:22] arschmitz: ok [12:39:27] that does nothing but sldier back and forth [12:39:34] arschmitz: not really progressive enhancement [12:39:35] in the same example, if I remove pageinit, I get an error when trying to load the page using loadPage [12:39:56] if no JS then no input [12:40:04] TypeError: i is undefined [12:40:20] agcolom: you have a link or something i can look at maybe i can help? [12:40:40] uGoMobi: no not exactly because to use it with an input you have to put the input in the page [12:40:43] ok, I'll just push so you can see on stage. Would that be ok? [12:40:48] and define a call back for the slider to update it [12:40:50] arschmitz: ^ [12:40:55] agcolom: sure [12:41:12] arschmitz: right [12:41:19] uGoMobi: im sure we could make an extension to shim it to work in a similar fashion [12:41:30] im just not sure if this is the right direction to go or not [12:42:05] the only reason it might be its there is a lot less work in maintaining an extension then 2 seperate widgets [12:42:41] and ui's slider can do a lot more things then ours can [12:43:01] arschmitz: how about performance? [12:43:08] arschmitz: when you use it with a callback [12:43:33] can really say because there's does not currently support touch [12:43:39] ah ok [12:43:50] well it does in the interactions branches [12:44:13] also hard to measure performance with this sort of thing [12:44:27] but i guess i could put like 50 on a page and see what android does :) [12:44:37] lol [12:44:49] I know our slider will make it crash [12:44:53] right now it coughs and gives up as we discovered [12:44:59] yup [12:45:09] 01[13api.jquerymobile.com01] 15agcolom pushed 1 new commit to 06master: 02http://git.io/jEnfSw [12:45:10] 13api.jquerymobile.com/06master 147e9f59b 15Anne-Gaelle Colom: trying the example without pageinit [12:45:26] I am not really sure what to think about moving in this direction [12:45:39] thats probably the place to start take ours, ui's and maybe the one i wrote and see which androids hates the least [12:46:13] arschmitz: stage.api.jquerymobile.com/jQuery.mobile.loadPage/ [12:46:25] if you look at the 1st example [12:46:40] Maybe I'm missing something obvious?? [12:49:57] agcolom: its a bug thats fixed on master and 1.3 stable but is in 1.3.1 [12:50:04] its nothing your doing wrong [12:50:59] agcolom: loadpage is broken [12:50:59] OMG!!!! I spent about 2h thinking I was going mad ;-) !!!!! [12:51:14] :) i fixed that bug either last week or the week before [12:51:27] agcolom: sorry about that [12:51:37] arschmitz: no problem at all ;-) [12:52:07] ok, how can we get around this? [12:52:24] not sure there is a way around it until 1.3.2 [12:52:40] did you cherry-pick arschmitz ? ;) [12:52:41] right. ok. that should be fine. [12:52:42] oh wait yes there is [12:53:02] I'm ok to wait until 1.3.2 [12:53:24] do we have an idea about when 1.3.2 will be out? [12:53:34] agcolom: change it to pass a second param of true to load page and it will work [12:53:34] we shouldn't wait too long with 1.3.2 I think [12:53:46] no we shouldn't [12:53:53] uGoMobi: i agree i know at least a hand full of major bugs in 1.3.1 [12:53:55] with all the issues we have with the demos :( [12:54:05] how about next week ? [12:54:10] +1 [12:54:13] +1 [12:54:28] even if its just a handle full of things we have done already its worth it [12:54:48] yeah I agree [12:55:16] gota make sure to fix rangeslider first :) lol [12:55:38] but thats no problem i just need to bisect a few commits should not take long at all [12:56:34] arschmitz: yes, adding a secong param with value true fixes it ;-) [12:56:41] second ^ [12:56:55] Seriously I thought I was going crazy ;-) [12:57:07] agcolom: yeah your not suposed to have to do that but it will fix the issue [12:57:31] ok, I'll add an issue to remove that when we upgrade to 1.3.2 [12:58:02] agcolom: yeah it was an accidental regression from a fix for a different issue that somehow didnt trip up any tests [12:59:06] 01[13api.jquerymobile.com01] 15agcolom pushed 1 new commit to 06master: 02http://git.io/T_d8lA [12:59:07] 13api.jquerymobile.com/06master 14d9b10b0 15Anne-Gaelle Colom: Adding second param with value true to get round broken loadPage in 1.3.1, must be removed in 1.3.2 [12:59:28] arschmitz: no worries ;-) All is well that ends well (Hope I got that right ?) [12:59:48] uGoMobi: if you see any issues you think we should try and get fixed for 1.3.2 that seem like something for me feel free to kick my way im going to try and get some bugs fixed this week [13:00:08] arschmitz: ok will do, thanks [13:00:16] arschmitz: https://github.com/jquery/jquery-mobile/commits/1.3-stable?page=1 I don't see any loadPage fix [13:00:59] uGoMobi: weird swear i cherry picked that when you mentioned it last week ill do it right now give me a chance to try the new github for mac app i just got [13:01:34] arschmitz: that was about another fix that needs to be cherry picked [13:01:42] I re-opened that ticket [13:02:00] arschmitz: oops sorry [13:02:07] not another fix, that is the one [13:02:09] https://github.com/jquery/jquery-mobile/issues/5877 [13:02:14] :) [13:03:26] [13api.jquerymobile.com] 15agcolom opened issue #115: Api loadPage demo needs correcting when we move to 1.3.2 02http://git.io/n57O_Q [13:04:42] https://github.com/jquery/jquery-mobile/issues/5970 o_O [13:04:51] what is that about? [13:06:28] uGoMobi: you got me thats why i asked [13:06:39] lol [13:06:54] i fully plan on closing but figured id give them a chance to respond first [13:07:10] incase im really missing something [13:07:15] I'm guessing that he wants the value to be 1 when the checkbox is checked and 0 when not checked... [13:07:25] ^^^ [13:07:26] yeah let's be nice [13:07:58] agcolom: i agree but we are not going to make that change we maintain native behivor [13:08:14] hi s5fs ! [13:08:21] arschmitz: I agree ;-) [13:08:23] agcolom: but i want to give them a chance to clarify incase they are talking about something else [13:08:43] agcolom: hello! [13:09:01] hey s5fs: nice to have you on board [13:09:01] s5fs: Welcome to the team! [13:09:15] thanks everyone, very happy to be here :) [13:09:28] Hi s5fs! Welcome! [13:09:28] oh I need some power (on reserve battery! not good...) [13:09:51] welcome s5fs [13:09:58] s5fs: good timing on joinging you will have everyone right in your backyard to meet in a month lol [13:10:19] arschmitz: no doubt, weather is beautiful too, great timing to visit portland [13:10:39] only time for that, isn't it? ;-) [13:10:42] yeah its nice here in portland right now too ( im in portland maine :) ) [13:11:03] going to be hard for us from Europe!!!! 8 to 10h difference!!!!! [13:11:21] haha, all portlands are checking in! [13:11:58] agcolom: yeah when i went to jquery asia the difference was rough +13hours [13:12:14] whoa! [13:12:37] agcolom: it corsses the date line too which really messes with you [13:13:00] I can believe that! [13:13:23] a few of us actually got home before they left! [13:13:33] magic! [13:13:52] My problem was that although I was really tired and going to bed at 1am, I'd still wake up at 6am! [13:14:11] I slept 14h straight when I got back ;-) [13:17:21] s5fs: do you know Dan Heberdan? hes in portland too if im not mistaken. [13:25:29] arschmitz: I met him last week, very nice guy [13:26:44] s5fs: for sure i think he was one of the magic time travelers from korea ha ha [13:27:54] arschmitz: wouldn't surpise me, he did have an air of amazing about him [13:28:05] could've just been the hair, though ;-) [13:28:12] ha ha [13:42:05] arschmitz: uGoMobi it looks like there's something else broken, but I'm not sure from when... [13:42:17] 01[13jquery-mobile01] 15arschmitz pushed 1 new commit to 061.3-stable: 02http://git.io/foi35A [13:42:17] 13jquery-mobile/061.3-stable 143c53106 15Alexander Schmitz: Prefetch: Check for existance of options object before checking prefetch property Fixes #5877 - loadPage Cannot read property 'prefetch' of undefined and addresses execption from #5951... [13:42:42] see at http://api.jquerymobile.com/dialog/ [13:42:50] go right tothe botom [13:43:32] the example shows the dialog and then loads the full page in the iframe. We didn't have that before. Any link in an iframe now behaves like this [13:43:33] agcolom: close button not working on dialog? [13:43:46] oh [13:43:52] agcolom: firefox? [13:43:55] yes [13:44:04] oh, I'll try Safari... [13:45:01] not an issue in Chrome! [13:45:24] yeah im seeing sam [13:45:37] works fine in webkit firefox loads the page [13:45:38] Safari is fine also! so only F [13:45:41] FF [13:46:00] fun [13:46:11] is this a known problem? I alsways use FF and it was not the case with the previous version [13:46:21] (prev of FF I think) [13:46:26] agcolom: not that i know of off the top of my head [13:46:39] I'm on FF 20 [13:46:45] yeah me too [13:46:53] so frustrating!!!!!! [13:47:13] now is it due to jqm or not is the question! [13:47:31] does not really matter lol we need to fix it some how [13:47:53] unless it happens to iframes without jqm [13:48:00] true [13:48:11] i can test that easy just one sec [13:50:04] agcolom: your saying any link in an iframe is doing this? [13:50:15] yes [13:51:52] I went to http://api.jquerymobile.com/dialog/ and with the inspector I removed the jqm css and js. I clicked the link and same thing, the whole page is loaded into hte iframe so I think it's not related to jqm [13:52:01] (on the last example) [13:54:12] but the strange thing is it doesn't happen on the early examples.... [13:54:20] What is the difference? [13:56:17] oh, could it be that it happens only on pages with a link to the current document? [13:56:22] I think this is it.... [13:56:53] It's on links that go to another page in the same document! (a href="#something") [13:56:56] arschmitz: ^ [13:57:16] agcolom: that helps narrow it down a bit [13:58:26] oh, is it because of the turnOffPushState.js ? [13:58:30] arschmitz: ^ [13:58:48] could be im doing some tests right now [13:59:00] ok, I'll remove and test local. [14:01:47] agcolom: happens in any multi-page template page [14:01:55] [travis-ci] jquery/jquery-mobile#355 (1.3-stable - 3c53106 : Alexander Schmitz): The build is still failing. [14:01:55] [travis-ci] Change view : https://github.com/jquery/jquery-mobile/compare/9ac46ef07cc8...3c53106c7a9c [14:01:55] [travis-ci] Build details : http://travis-ci.org/jquery/jquery-mobile/builds/6935687 [14:02:05] http://jsbin.com/uzaret/759/edit [14:03:28] weird! [14:03:49] well! good job I use FF ;-) [14:04:09] you want to file an issue for it or you want me to? [14:05:33] in jQM? [14:05:40] yeah [14:05:42] I'm happy to do it... [14:06:05] you should include that jsbin i think thats about the most basic possible example lol [14:10:31] [13jquery-mobile] 15agcolom opened issue #5972: iframes with a link to a page on the same document causes the full document to be loaded in the iframe on FF 02http://git.io/CP2q-g [14:11:40] That is a crazy bug! That has been making me go mad with the api docs also ;-) [14:12:11] (for the whole of the last week! I thought I was doing something wrong ;-) when I was creating examples for changePage!!!!!) [14:13:29] I think it's bedtime for me! [14:13:42] Been a good day jqm-wise ;-) [14:14:12] (was a bank holiday here == no work ;-) ) [14:14:34] agcolom: awsome sleep well [14:14:39] nice [14:14:49] sweet jqm dreams ;) [14:18:05] I know I need a new book now that I'm back into testing/writing some code! [14:18:17] Or I'll do that all night in my sleep ;-) [14:18:30] lol [14:19:33] Goodnight again, Has been such a good & productive day ;-) [14:20:51] good night [14:26:55] toddmparker: just letting you know we updated codiqa embed to 1.3.1 today