Hi Clynton,
we improved the select box and the select box dialog, in last few weeks.
Your described bug, might be caused by the css feature "appearance:text" we
used in version 1.6.
This css feature causes some ui bugs in several browser (especially Mozilla
Firefox).
In qooxdoo mobile version 2.0 we replace the native select box against a real
input text field.
You can see it here:
http://demo.qooxdoo.org/2.0/mobileshowcase/#/form
Which browser do you use? Mobile version or desktop?
One solution could be:
Check out /download the latest qooxdoo mobile version on Github or SVN and
migrate your qooxdoo mobile app.
https://github.com/qooxdoo/qooxdoo
Christopher Zündorf
Am 26.03.2012 um 05:04 schrieb Clynton:
Hi,
I'm using the simple app that the code generates for me, except that I've
added a qx.ui.mobile.form.SelectBox to page1 and set it with a simple array:
var selectBox = new qx.ui.mobile.form.SelectBox();
selectBox.setModel(new qx.data.Array("012", "012345", "012345678"));
page1.getContent().add(selectBox);
When I click Next to page2 and then Back, the selectbox shows the proper
values/labels, but changing the selection shows that the display length is
pegged to the item that was selected before going to page2.
If "012345" was selected, after I return, clicking the select box shows the
same entries (great). However, if I select the first item and let go, the
shown value is "012hod"; likewise if I select the third item, the label now
becomes "012345"
I've tried some work-arounds, but nothing works so far. I could dig into the
code, but that might take a while (already took a while to isolate the issue
to this simple example :(
I'm using version 1.6
Thanks for any suggestions...
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Weird-issue-with-qx-ui-mobile-form-SelectBox-tp7404619p7404619.html
Sent from the qooxdoo mailing list archive at Nabble.com<http://Nabble.com>.
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel