Hi,

now I can reproduce your problem.

Looks like a weird problem. I would install a key listener on the last 
textfield of a carouselPage and trigger "nextPage" on "Tab" event.
Or you can install a "focus" Listener on the textFields and then trigger a 
"scrollToPage" on Carousel, for making sure, that the right page is shown.

Greetz Christopher



Am 04.02.2013 um 19:18 schrieb Moritz71:

var tx_name  = new qx.ui.mobile.form.TextField();
     var tx_vname = new qx.ui.mobile.form.TextField();
     var tx_geb   = new qx.ui.mobile.form.TextField();
     var form1 = new qx.ui.mobile.form.Form();
     var form2 = new qx.ui.mobile.form.Form();
     form1.add(tx_name, this.tr<http://this.tr/>("Name"));
     form1.add(tx_vname, this.tr<http://this.tr/>("Vorname"));
     form2.add(tx_geb, this.tr<http://this.tr/>("Geburtstag (tt.mm.jjjj)"));
     page1.add(new qx.ui.mobile.form.renderer.SinglePlaceholder(form1));
     page2.add(new qx.ui.mobile.form.renderer.SinglePlaceholder(form2));

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to