inside the playground the tab isn't working ....

to see the result, simple add the following code into mobileshowcase -
carousel.js
>>>

      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("Name"));
      form1.add(tx_vname, this.tr("Vorname"));
      form2.add(tx_geb, 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));

the position of the container will be corrupted if tab focus jumps on 2nd
page... so is there a way to simple disable the TAB Key or can it fixed ?

best regards



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/mobile-container-Carousel-keyboard-navigation-fails-TAB-key-tp7582683p7582725.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to