Ext4.01 plugin RowEditing debug

 

IE解决方式:

           Ext.apply(Ext.view.View.EventMap, {
                focus: 'Focus',
                propertychange: 'Propertychange'
            });
            Ext.override(Ext.view.View, {
                onBeforeItemFocus: Ext.emptyFn,
                onItemFocus: Ext.emptyFn,
                onBeforeItemPropertychange: Ext.emptyFn,
                onItemPropertychange: Ext.emptyFn
            });

 

 

原文地址:

http://www.sencha.com/forum/showthread.php?132394-FIXED-EXTJSIV-1848-plugin-RowEditing-filters-FiltersFeature&s=0c6d9bc4b84ac404f388343607644238

你可能感兴趣的:(c,ext,IE,360)