Try http://jsfiddle.net/tT84s/13/
Shaking the DOM seems to work. In this script, I again add the children of the transition element (in the same order in which they were originally located). It seems to work in the violin - although some of the solutions mentioned here did not work for our specific experience of this error.
Generally speaking, this is similar to forcing DOM changes. Note, however, that inserting and deleting the <div>
not affected. Go figure! Good luck, and everyone, please try to publish your working solutions for this or related scripts / errors. For example, this can work with simply adding and removing the last child - to avoid additional appendChild actions than necessary.
source share