Success! Looks like we've fixed this one. According to our records the fix was applied for TOUCH-3924 in a recent build.
  1. #1
    Sencha User
    Join Date
    Sep 2011
    Location
    Boston
    Posts
    92
    Vote Rating
    5
    drb is on a distinguished road

      0  

    Default 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' }
                    ]
                }
            ]
            });

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,599
    Vote Rating
    434
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Thanks for the report! I have opened a bug in our bug tracker.