hi I cannot reproduce this problem in current playground.
Can you check if this behavior still occurs in 3.0? If it still happens in your case, it might be caused by the click event with will be fired by mobile devices 400ms after the dialog hides. You can prevent click event by calling "evt.preventDefault()" on touchstart on the list. But I do not think this is necessary anymore in 3.0 Greetz Christopher Am 23.07.2013 um 03:28 schrieb rsantiagopaz: > A little problem. Try this example > http://tinyurl.com/ktufxa8 > Click "options" and click "next page": The "tap" in the menu item generate a > tap in the selectbox. > I was trying stopPropagation (or something) but I cant. > (Keep trying until the problem appear. Im using a 9'' tablet for test). > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/maybe-little-mobile-bug-Menu-SelectBox-tp7584175.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
