mdissel
11 Jul 2007, 4:49 AM
In the TextArea.onDestroy the code will try to remove the textSizeEl element, but that variable contains a reference to a dom node and not a reference to a Ext.Element, thus remove() does not work..
In the onRender the DomHelper.append is called without the extra parameter to return an Ext.Element..
Shouldn't the DomHelper.append return an Ext.Element by default (equal to Ext.Element functions)?
ps. code 1.1 and 2.0 both have this bug.
Thanks
Marco
In the onRender the DomHelper.append is called without the extra parameter to return an Ext.Element..
Shouldn't the DomHelper.append return an Ext.Element by default (equal to Ext.Element functions)?
ps. code 1.1 and 2.0 both have this bug.
Thanks
Marco