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.

------------------------------------------------------------------------------
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

Reply via email to