Collapsing to end rather than start
authorAlexander Ebert <ebert@woltlab.com>
Sat, 13 Dec 2014 16:51:57 +0000 (17:51 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 13 Dec 2014 16:51:57 +0000 (17:51 +0100)
wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js

index 5e149c11d9555212fd1f52c23bc7020b89c61a71..4f37093637d2990ef76e15ff0a39f6c57fe490bf 100644 (file)
@@ -777,7 +777,7 @@ RedactorPlugins.wmonkeypatch = function() {
                                        $fixDOM();
                                        
                                        if ($.browser.msie) {
-                                               getSelection().getRangeAt(0).collapse(true);
+                                               getSelection().getRangeAt(0).collapse(false);
                                        }
                                        
                                        this.wutil.saveSelection();