[evolution/wip/webkit2] EComposerPrivate - Caret is in the beginning of the quoted content when replying on HTML message wit



commit 24591cf2e04b507740bd57f4c016c048f6abf848
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Mar 24 08:48:06 2015 +0100

    EComposerPrivate - Caret is in the beginning of the quoted content when replying on HTML message with 
active signature and choosing the Lose formatting option

 web-extensions/e-composer-private-dom-functions.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/web-extensions/e-composer-private-dom-functions.c 
b/web-extensions/e-composer-private-dom-functions.c
index 365a518..30e96da 100644
--- a/web-extensions/e-composer-private-dom-functions.c
+++ b/web-extensions/e-composer-private-dom-functions.c
@@ -257,6 +257,8 @@ composer_move_caret (WebKitDOMDocument *document,
                                WEBKIT_DOM_NODE (element),
                                WEBKIT_DOM_NODE (signature),
                                NULL);
+               } else if (element && start_bottom) {
+                       /* Leave it how it is */
                } else
                        element = WEBKIT_DOM_ELEMENT (body);
        }


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