[evolution/wip/webkit2] EHTMLEditorView - Treat non-breaking space as a regular space



commit 71b7bab0d205fa7fdaeae23913c1b74f65596721
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Feb 29 17:26:42 2016 +0100

    EHTMLEditorView - Treat non-breaking space as a regular space

 e-util/e-html-editor-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 05bdf2f..8c217ac 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -2555,6 +2555,7 @@ e_html_editor_view_update_fonts (EHTMLEditorView *view)
                "  font-size: %dpt;\n"
                "  font-weight: %d;\n"
                "  font-style: %s;\n"
+               " -webkit-nbsp-mode: space;"
                " -webkit-line-break: after-white-space;\n",
                pango_font_description_get_family (vw),
                pango_font_description_get_size (vw) / PANGO_SCALE,


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