**** BEGIN LOGGING AT Wed May 08 02:59:58 2013 May 08 08:51:21 is there anyone in here important enough in the enyo community to care about adding Enyo here : http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks May 08 09:31:17 Trex005: go for it! :) May 08 15:43:14 hi all, is there something special I need to be doing to let my list items properly list their index in an ontap event? May 08 17:16:15 sugardave: ping? May 08 17:18:59 summatusmentis: are you putting an ontap for each item or using a single ontap on the List? May 08 17:20:32 the ontap is set for the components block within the list kind May 08 17:20:48 put it on the List May 08 17:23:58 same thing May 08 17:24:09 and the examples say to put it on the item May 08 17:24:52 hmm, y u alwayz be difficult?! May 08 17:25:08 in the wiki, primarily, it doesn't look like the samplers have an ontap event set May 08 17:25:53 look, I don't get to control the idiosynchrosies of enyo May 08 17:27:06 http://jsfiddle.net/MEVfb/4/, but I'm not sure if you can see the console there May 08 17:27:16 oh, yeah, just pop it open May 08 17:29:07 interesting, I get "LocalStorage" is not defined….I just recently started using canary so there's probably some weird thing I need to check/set May 08 17:29:54 no, LocalStorage is a kind May 08 17:30:01 I should have commented that out May 08 17:30:08 one sec May 08 17:30:24 http://jsfiddle.net/MEVfb/5/ May 08 17:30:25 here May 08 17:30:43 just a wrapper kind for localstorage May 08 17:34:45 that is better…I noticed one thing in your fiddle yesterday and it is still present today. If you re-run the sample (not reload the page) it shows a strip of red under that toolbar. I was tying to fix it yesterday before I had to run errands, but never got that far May 08 17:35:06 also, why are you setting the initial list count to 20000 instead of 0? May 08 17:36:09 just fiddling with it May 08 17:36:13 works the same way w/ 0 May 08 17:36:51 that re-running is weird, I'll play with it later May 08 17:37:21 the slideable background is red, so I'm sure it's doing something weird with fitting May 08 17:37:29 definitely May 08 17:37:46 it also sometimes causes the jsfiddle toolbar to squish to about 10px high May 08 17:38:34 my code does? May 08 17:38:47 weird May 08 17:40:10 so, fixing the height of the toolbar to the same height as the filler control below it works, but the button and text w/in the toolbar jump May 08 17:41:11 enyo nightly causes the re-run weirdness to go away May 08 17:41:55 huh, interesting May 08 17:42:13 well, none of that actually matters in a real deployment, because re-run won't occur May 08 17:42:15 but, the slideable still slides too far May 08 17:42:31 what do you mean too far? May 08 17:42:49 it extends past the bottom boundary of the viewport May 08 17:42:56 in jsfiddle May 08 17:43:05 yes May 08 17:43:16 is specified to px height, because that's the only way I could get it to not reserve it's space May 08 17:43:26 ah May 08 17:43:49 position: absolute; height: 600px; May 08 17:44:34 any thoughts on the list thingy? May 08 17:44:38 I see…so if it turns out that you absolutely HAVE to do that, you should make it so that on this kind's render, you set the height to the viewport client height May 08 17:44:50 getting there on the list….not sure why your index is −1 everytime May 08 17:45:08 the only thing I came accross was http://forums.enyojs.com/discussion/1106/issue-with-list-tap-enyo-2-1-1 May 08 17:45:19 but it's allegedly fixed in 2.2 (which I'm using) May 08 17:56:56 thanks for the suggestion on client height, that's useful May 08 18:06:38 I'm off to lunch, I'll be back in a bit, if you have thoughts, I'd be happy to hear them, but obviously if you're busy, take care of that May 08 18:40:27 summatusmentis: I made a completely new fiddle minus the slideable and my list works perfectly with ontap on the List kind…I'll work on adding a slideable next May 08 18:41:54 can I see? May 08 18:43:37 summatusmentis: sure thing: http://jsfiddle.net/sugardave/Ucj4m/ May 08 18:43:52 if I comment out the slideable, I still get -1 May 08 18:43:58 even if I put ontap on the list May 08 18:52:47 and I have no idea why, my code isn't very different from yours May 08 18:58:46 so, I'm mocking data similar to you, and I can't get my list to scroll either May 08 18:58:55 there's something small wrong with the list then, I guess? May 08 19:02:00 not scrolling would be an indication that the list height is not being set correctly (technically the scroller in the list) May 08 19:02:26 I noticed you have some fixedHeight property set to true on your list…I've never used that before May 08 19:02:56 I pulled it out, same thing May 08 19:03:10 I'm trying to your layout as much as possible as a minimum May 08 19:09:33 I can't even get a width beyond nice-padding May 08 19:21:06 summatusmentis: reload that fiddle and check it out….I got your slideable system working with percentages (will probably be better with px and resetting min/max/value on containing kind render) and the list items showing their index May 08 19:22:30 and now, it's time to go the doctor…chew on that for a while and see if you can make it work for you May 08 19:27:15 thank you May 08 19:27:20 I appreciate it May 08 19:49:54 sugardave: figured it out, seems to have been related to a missing this.inherited(arguments) in rendered() May 08 19:49:57 ugh May 09 00:13:30 ah, that is a problem May 09 00:13:53 hrm? **** ENDING LOGGING AT Thu May 09 02:59:58 2013