[evolution/gnome-3-28] I#71 - Workaround cursor movement through unbreakable anchor bug
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-28] I#71 - Workaround cursor movement through unbreakable anchor bug
- Date: Mon, 23 Jul 2018 16:51:34 +0000 (UTC)
commit b5fd47dc2289d9081adb240ba1a47b0b4fd66aa9
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 4c45770042..52462b7d86 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]