If I replace the template code with the following:
var page1 = new qx.ui.mobile.page.NavigationPage();
page1.addListener("initialize", function()
{
var sel = new qx.ui.mobile.form.SelectBox();
page1.add(sel);
var model = new qx.data.Array([]);
for (var i = 100; i < 125; i++) {
model.push(""+i);
}
sel.setModel(model);
}, this);
var manager = new qx.ui.mobile.page.Manager(false);
manager.addDetail([page1]);
page1.show();
1. The 100 appears at the bottom of the screen -- I would have thought it
should appear at the top.
2. When I click on the 100, the SelectBox overtakes the entire screen. If
I decrease the loop to 110 then the list shows but it seems pretty wide for
the values.
Am I doing something wrong? Any ideas?
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Mobile-SelectBox-looks-like-it-grows-with-number-of-elements-tp7581141.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel