I am using 4.0.7 and in IE combo popup/list is displayed at top left corner. Attaching the screen shot.
EXTJSIE7.PNG
I am using 4.0.7 and in IE combo popup/list is displayed at top left corner. Attaching the screen shot.
EXTJSIE7.PNG
Add a name config to your combobox and that should fix it. this is a known issue.
Code:xtype: 'combo', name: 'anything' ...
Add a name config to your combobox and that should fix it. this is a known issue.
Code:xtype: 'combo', name: 'anything' ...