EDIT 1: Actually I noticed that its not only the NavigationPage, its any Widget. I can't understand why. This is what I have:
var page1 = new qx.ui.mobile.page.NavigationPage(); var drawer = new qx.ui.mobile.container.Drawer(page1, new qx.ui.mobile.layout.VBox()); drawer.setHideOnParentTouch(false); drawer.setOrientation("right"); page1.setTitle("Page 1"); page1.addListener("initialize", function() { drawer.show(); b.addListener("tap", function(){ alert("direct"); }); },this); var b = new qx.ui.mobile.form.Button("direct"); drawer.add(b); var manager = new qx.ui.mobile.page.Manager(false); manager.addDetail([ page1, ]); page1.show(); The button b never get called on the "tap" event. Does anyone know why? -- View this message in context: http://qooxdoo.678.n2.nabble.com/NavigationPage-inside-a-drawer-doesnt-receive-events-tp7585536p7585538.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel