From: Alexander Ebert Date: Fri, 14 Aug 2015 12:50:49 +0000 (+0200) Subject: Fixed an issue with lists at the end of a message X-Git-Tag: 2.1.7~35 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4f690770f0a1a7c70af3e9f808cd97bf320f338b;p=GitHub%2FWoltLab%2FWCF.git Fixed an issue with lists at the end of a message --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js index d92327f8b2..b228996d8b 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js @@ -133,6 +133,7 @@ RedactorPlugins.wbbcode = function() { this.$textarea.val(this.wbbcode.convertToHtml(this.$textarea.val())); this.code.offset = this.$textarea.val().length; this.code.showVisual(); + this.wutil.fixDOM(); this.wbbcode.fixBlockLevelElements(); this.wutil.selectionEndOfEditor(); this.wbbcode.observeQuotes();