Threaded View
-
17 Aug 2012 5:29 AM #1
Unanswered: Ext.DomHelper.append Exception
Unanswered: Ext.DomHelper.append Exception
Guys,
I am subclassing a Sencha component ( Ext.Img ) and in one of it's event handlers I am trying to add a child div to the image button
Inside the event handler:
First event trigger goes well and the div is added.Code:Ext.DomHelper.append(this.element, {tag:'div',cls:'myCivClass'}, true);
When I move to another view and then re-open the view that have my subclassed image :
I get the following exception:
Has anyone seen this ?Code:INVALID_NODE_TYPE_ERR: DOM Range Exception 2


Reply With Quote