User: sun Branch: HEAD Date: Fri, 07 Aug 2009 00:50:29 +0000 Modified files: /modules/dreditor CHANGELOG.txt dreditor.patch.user.js Log message: #539902 by sun: Fixed various problems with jQuery's .add() method not working on DOM selection range elements merged into another stack of elements. We now store plain DOM elements, perform the merging of multiple selections manually, and additionally forked the sortOrder() function from jQuery 1.3.2 to sort all elements in the stack by their actual DOM position. This may be reverted when drupal.org updates to D7 and jQuery 1.3+. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/dreditor/CHANGELOG... http://cvs.drupal.org/diff.php?path=contributions/modules/dreditor/dreditor....