hi all,
I have a GridPanel as a closable item in a TabPanel. My GridPanel is a paging one, then it contains a PaginToolBar. It works great, but if I close it ( by using the "X" in the TabPanel) i obtain this error in firebug :
Code:
b is undefined
DomHelper()()ext-all.js (ligne 9)
DomHelper()()ext-all.js (ligne 9)
DomHelper()()ext-all.js (ligne 9)
apply()()ext-base.js (ligne 9)
DomHelper()()ext-all.js (ligne 9)
DomHelper()()ext-all.js (ligne 9)
DomHelper()()ext-all.js (ligne 9)
apply()()ext-base.js (ligne 9)
DomHelper()()ext-all.js (ligne 9)
DomHelper()()ext-all.js (ligne 9)
DomHelper()(Object initialConfig=Object store=Object stripeRows=true, undefined)ext-all.js (ligne 9)
DomHelper()(Object browserEvent=Event resize button=-1 type=resize)ext-all.js (ligne 9)
DomHelper()()ext-all.js (ligne 9)
apply()()ext-base.js (ligne 9)
Ext.DomHelper=function(){var n=null;var ...(Ext.History,new Ext.util.Observable());
And only the PagingToolBar is closed. This error displays only in firefox, in IE6 the PanelGrid is closed.