Internally storing the implicit range instead of altering it
authorAlexander Ebert <ebert@woltlab.com>
Sat, 17 Jan 2015 11:47:40 +0000 (12:47 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 17 Jan 2015 11:47:40 +0000 (12:47 +0100)
commit5271d93ec48f0241112257b52236516e2757fef8
treee4ae6a96c55dfac462c0b895e7af407801d1ef73
parent0d44daf5a127a8d8c0f0b2d4ca1b393ddbd8cb34
Internally storing the implicit range instead of altering it

The previous approach provided the actual range in effect which was great if you want to work with the real one. The only downside is that the editor itself relies on the flawed range and changing it into the real one does break stuff.
wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js
wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js
wcfsetup/install/files/js/3rdParty/redactor/plugins/wutil.js