Summary | With the HTML editor, the text is inside the signature and the signature misses the "--" |
Queue | IMP |
Queue Version | 5.0.15 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | xavier.montagutelli (at) unilim (dot) fr |
Created | 11/23/2011 (5013 days ago) |
Due | |
Updated | 11/23/2011 (5013 days ago) |
Assigned | |
Resolved | 11/23/2011 (5013 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Request #10487. Thiscan not be fixed reliably given the current implementation of having
the signature in the message body.
as it is the case in the text editor
into the signature, i.e. in the div class "impComposeSignature", as I
can see it by switching to "source" mode
highlighted, *and* I really put the cursor at the very beginning of
the text area, not to write inside the signature.
I have found how to raise the bug : in the "Message composition"
options for Mail, it depends of the value of the "compose_cursor"
option (Where should the cursor be located in ...)
- if the value is "Top" , it works. The cursor is outside the div
reserved for the signature.
- if the value is "sig" ("Before Signature"), the blank line before
the signature is missing, and the cursor is inside the div.
State ⇒ Not A Bug
as it is the case in the text editor
into the signature, i.e. in the div class "impComposeSignature", as
I can see it by switching to "source" mode
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ With the HTML editor, the text is inside the signature and the signature misses the "--"
Type ⇒ Bug
State ⇒ Unconfirmed
"Rich Text (HTML)".
Two problems appear :
1) The signature is not preceded by the separator "--" (double dash)
as it is the case in the text editor
2) When I type some text before the signature, the text is inserted
into the signature, i.e. in the div class "impComposeSignature", as I
can see it by switching to "source" mode
For example :
<div class="impComposeSignature">
Here my text<br />
<br />
Xavier Montagutelli<br />
Universite de Limoges - Service Commun Informatique<br />
bla bla </div>
This is a problem because if I change my identity, or if I switch to
the text editor, the text is lost.