Improved Redactor integration
authorAlexander Ebert <ebert@woltlab.com>
Sun, 30 Mar 2014 11:14:33 +0000 (13:14 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 30 Mar 2014 11:14:33 +0000 (13:14 +0200)
commit22459e140be32e67492181aa5599ccb7972dd277
treebb9d25f862ffdb3611d23b223ba32b2b94f01991
parent0bc924ca26e33e506dacc8cb36d656e4fe93a78d
Improved Redactor integration

The biggest change was the transition to use <p> instead of <br> (disabled linebreaks mode), because attempts to style a lonely textnode (with no actual parent element except the editor container) causes a lot of issues.

Furthermore I have started to modify the HTML of Redactor's modal overlays, they (partially) mimic the appearance of WCF's overlays.
com.woltlab.wcf/templates/wysiwyg.tpl
wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js
wcfsetup/install/files/js/3rdParty/redactor/plugins/wbutton.js
wcfsetup/install/files/js/3rdParty/redactor/plugins/wfontcolor.js
wcfsetup/install/files/js/3rdParty/redactor/plugins/wfontfamily.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/redactor/plugins/wfontsize.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js
wcfsetup/install/files/js/3rdParty/redactor/redactor.css
wcfsetup/install/files/js/3rdParty/redactor/redactor.js
wcfsetup/install/files/style/message.less