-
Stop DOMNodeRemoved Event from firing
Stop DOMNodeRemoved Event from firing
Hello everyone,
I was wondering if anyone knows how to stop a DOMNodeRemoved event from firing.
In my case, a dom node is updated similar to below:
Ext.get(id).dom.innerHTML = textfield.ValueInInputBox;
Unfortunately, changing the innerHTML triggers a DOMNodeRemoved event, which in this special case I would like to avoid.
Thank you in advance.
Kind regards,
Tobi
-
Sencha - Senior Forum Manager
This is the browser firing that event. You can try to stop the event.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us