[evolution] I#71 - Workaround cursor movement through unbreakable anchor bug



commit 3618c51ae0bc41f8aca3638169b84851c28467e9
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jul 23 18:45:10 2018 +0200

    I#71 - Workaround cursor movement through unbreakable anchor bug
    
    Closes https://gitlab.gnome.org/GNOME/evolution/issues/71

 src/modules/webkit-editor/e-webkit-editor.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/modules/webkit-editor/e-webkit-editor.c b/src/modules/webkit-editor/e-webkit-editor.c
index 568644eb54..06cd5e9541 100644
--- a/src/modules/webkit-editor/e-webkit-editor.c
+++ b/src/modules/webkit-editor/e-webkit-editor.c
@@ -1201,13 +1201,15 @@ webkit_editor_update_styles (EContentEditor *editor)
                        "  word-break: break-all; \n"
                        "}\n");
        } else {
-               g_string_append (
+               /* Temporarily disabled due to https://gitlab.gnome.org/GNOME/evolution/issues/71
+                  respectively https://bugs.webkit.org/show_bug.cgi?id=187848 */
+               /* g_string_append (
                        stylesheet,
                        "a "
                        "{\n"
                        "  display: inline-block; \n"
                        "  word-break: normal; \n"
-                       "}\n");
+                       "}\n"); */
        }
 
        citation_color = g_settings_get_string (


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