IE中Ext的comboBox跑到页面左上角

{
     xtype:'combo',
     100,
     //id:'exTypeCom',
     name:'exType',
     hiddenName:'exType',
     displayField:'text',
     valueField:'value',
     editable:true,
     forceSelection:true,
     triggerAction:'all',
     mode:'local',
     store:examine_type_store
    }

下拉框的位置跑到左上角了,
将id注释掉就可以了。

原文地址:https://www.cnblogs.com/mingforyou/p/3572554.html