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



commit 9a5cfbd8cf40a42be02368ffac54f52d308e05b4
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Feb 2 15:59:31 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

 composer/e-composer-private.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/composer/e-composer-private.c b/composer/e-composer-private.c
index bd3fd3a..05753d9 100644
--- a/composer/e-composer-private.c
+++ b/composer/e-composer-private.c
@@ -1007,6 +1007,8 @@ composer_move_caret (EMsgComposer *composer)
                                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]