-
20 Jan 2013 8:19 PM #1
IE 10 2.2.0 alpha does not show Select Field
IE 10 2.2.0 alpha does not show Select Field
Sencha Touch 2.2.0 alpha
IE 10.0.9.9200.16439
Windows 7 64 bit
The SelectField works but the colors are wrong (or non existent). When selecting, the original selection disappears. When selecting, only the selected item is shown in the list.
Code:Ext.create('Ext.form.Panel', { fullscreen: true, items: [ { xtype: 'selectfield', label: 'Choose one', options: [ { text: 'First Option', value: 'first' }, { text: 'Second Option', value: 'second' }, { text: 'Third Option', value: 'third' } ] } ] });
-
21 Jan 2013 12:46 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 433
Thanks for the report! I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3924
in
a recent build.


Reply With Quote