From: Alexander Ebert Date: Sat, 13 Dec 2014 16:51:57 +0000 (+0100) Subject: Collapsing to end rather than start X-Git-Tag: 2.1.0_Beta_1~34 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0924826c72794104ffe7458eb56588227c732d79;p=GitHub%2FWoltLab%2FWCF.git Collapsing to end rather than start --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js index 5e149c11d9..4f37093637 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js @@ -777,7 +777,7 @@ RedactorPlugins.wmonkeypatch = function() { $fixDOM(); if ($.browser.msie) { - getSelection().getRangeAt(0).collapse(true); + getSelection().getRangeAt(0).collapse(false); } this.wutil.saveSelection();