Fixed inserting quotes in Firefox
authorAlexander Ebert <ebert@woltlab.com>
Mon, 27 Apr 2015 17:11:34 +0000 (19:11 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 27 Apr 2015 17:11:34 +0000 (19:11 +0200)
wcfsetup/install/files/js/WCF.Message.js

index b3e7381f2c4305782c55b1119674bd1b49240956..5e1aea1de658b2b92d8614fbdf091d17872ceb23 100644 (file)
@@ -834,7 +834,7 @@ WCF.Message.QuickReply = Class.extend({
                        }
                        
                        if ($insertQuote) {
-                               this._messageField.redactor('wutil.adjustSelectionForBlockElement');
+                               //this._messageField.redactor('wutil.adjustSelectionForBlockElement');
                                this._messageField.redactor('wbbcode.insertQuoteBBCode', data.quote.username, data.quote.link, data.quote.text, data.quote.text);
                                
                                // scroll to editor