SVN commit 484463 by orlovich: Don't forget to invalidate iteration caches when non-visible elements get shuffled. Fixes #113181 BUG:113181 M +1 -0 dom_nodeimpl.cpp --- branches/KDE/3.5/kdelibs/khtml/xml/dom_nodeimpl.cpp #484462:484463 @@ -624,6 +624,7 @@ void NodeImpl::dispatchSubtreeModifiedEvent() { childrenChanged(); + getDocument()->incDOMTreeVersion(); if (!getDocument()->hasListenerType(DocumentImpl::DOMSUBTREEMODIFIED_LISTENER)) return; int exceptioncode = 0;