From: Aleksander Ɓukasz Date: Tue, 3 Dec 2013 22:41:47 +0000 (+0100) Subject: smartxml: fix - do not send nodeDetached event for out of document node X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/2a317c49f0b5110cc3717878a4f988aba8c63c5e?ds=sidebyside;hp=2a317c49f0b5110cc3717878a4f988aba8c63c5e smartxml: fix - do not send nodeDetached event for out of document node This fixes the case where new node, which wasn't inserted into document tree yet was moved (via append/prepend/before/after) into another out of document node which was triggering nodeDetached event. ---