[evolution/gnome-42] I#1871 - WebKitEditor: Convert to plain text incorrect on reply/forward open



commit bf0ba51d0bda584c70c0d88d4dc23ee70607e6e9
Author: Milan Crha <mcrha redhat com>
Date:   Thu Apr 28 18:52:38 2022 +0200

    I#1871 - WebKitEditor: Convert to plain text incorrect on reply/forward open
    
    Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1871

 data/webkit/e-editor.js | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/webkit/e-editor.js b/data/webkit/e-editor.js
index 55c7bcaaa6..73b32f59b2 100644
--- a/data/webkit/e-editor.js
+++ b/data/webkit/e-editor.js
@@ -5912,6 +5912,7 @@ EvoEditor.processLoadedContent = function()
        }
 
        if (EvoEditor.mode == EvoEditor.MODE_PLAIN_TEXT) {
+               EvoEditor.convertTags();
                EvoEditor.convertParagraphs(document.body, 0, EvoEditor.NORMAL_PARAGRAPH_WIDTH, didCite);
 
                if (EvoEditor.MAGIC_LINKS) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]