**** BEGIN LOGGING AT Tue Sep 11 02:59:58 2012 Sep 11 13:10:08 hi all Sep 11 13:10:24 is there someone who used openlayers together with enyo ? Sep 11 13:24:57 Simpson_2: yes, one of my apps uses openlayers within an enyo app (because I found the Bing API unacceptable when it comes to drawing popups with HTML content within the map) Sep 11 13:25:36 mephinet, are you willing to share that code ? Sep 11 13:25:53 or even better put it on the community site ;) Sep 11 13:27:27 the code isn't refactored enough to be useful without modification - but I can share it with you, for sure... Sep 11 13:28:20 ah there is one on the gallery from last week :) Sep 11 13:28:35 I checked last monday Sep 11 13:31:36 Simpson_2: here you go: http://scsys.co.uk:8002/207425 Sep 11 13:32:47 mephinet, excellent ! Sep 11 13:33:03 you need to import OpenLayers.js within your index.html for it to work... Sep 11 13:36:09 I'll find my way around that, its more htat I didn't feel like reinventing the wheel Sep 11 13:56:06 have fun ;-) Sep 11 15:50:03 Simpson_2: I'm using maptstraction to wrap openlayers Sep 11 16:05:07 summatusmentis: omg, how many abstraction layers can we add... ;-) Sep 11 16:29:43 summatusmentis, link ? Sep 11 17:55:33 Simpson_2: http://mapstraction.com/ Sep 11 17:56:59 I ment your abstraction, but like what mephinet said, its to much abstraction :) Sep 11 17:57:49 oh, mine is very specific, and won't be very useful outside of my use-case Sep 11 19:45:01 anyone who knows css around? Sep 11 19:45:23 when I set something to display: none; even though the element is not rendering, it's still receiving click events Sep 11 19:45:51 how? it shouldn't be on the screen Sep 11 19:46:16 i guess if you knew you wouldn't be asking, lol.. which device is that for? Sep 11 19:48:25 I'm testing this in chrome Sep 11 19:48:43 hrm. is it a control? do you need to render it after? Sep 11 19:49:01 it's a button Sep 11 19:49:09 technically, it's an extended button Sep 11 19:49:15 wrapped in a table cell Sep 11 19:49:24 I'm setting display: none on the cell Sep 11 19:49:26 i know sometimes for popuplists, nothing is on the screen, but after they go away it's as if there's an invisible layer on the screen and i can't get to the regular app Sep 11 19:50:06 although it doesn't seem to do this on the iphone in the browser Sep 11 19:50:14 lemme deploy and double-check Sep 11 19:50:31 maybe the table is still reserving area for it? Sep 11 19:51:05 but the buttons go away, and the cells collapse Sep 11 19:51:09 as they should Sep 11 19:51:13 ah Sep 11 19:52:10 it seems to only be onclick, and not ontap Sep 11 19:52:12 weird Sep 11 19:52:52 use ontap :) Sep 11 19:57:31 I am Sep 11 19:57:41 but chrome seems to be generating onclick events Sep 11 19:57:51 or something Sep 11 19:57:53 I don't know Sep 11 19:57:58 so, differently sort of related question Sep 11 19:58:55 when my button wrapper is tapped outside of the center of it, the ontap handler is caught Sep 11 19:59:11 but it's not also being caught up the chain unless it's tapped near the center of the button Sep 11 20:08:19 sugardave: any idea? Sep 11 21:31:15 apparently the issue I was having is that I'm catching ontap too high up the tree Sep 11 21:31:33 but if I try to catch it in the right place, the scope is wrong Sep 11 22:24:21 this is maybe a stupid question, but is localstorage stored in memory? Sep 12 00:42:56 summatusmentis, not stupid...I wish to know that too... **** ENDING LOGGING AT Wed Sep 12 02:59:59 2012