Summary | signature doesn't update when you switch identities while using HTML editor |
Queue | IMP |
Queue Version | 4.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | liamr (at) umich (dot) edu |
Created | 04/10/2006 (7003 days ago) |
Due | |
Updated | 04/17/2008 (6265 days ago) |
Assigned | 11/23/2007 (6411 days ago) |
Resolved | 12/13/2007 (6391 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
so that you focus the cursor outside the signature.
tell me how this fix is applied and where to find the fix?
Thanks
State ⇒ Resolved
so that you focus the cursor outside the signature.
State ⇒ Assigned
Taken from Chuck Hagenbuch
Assigned to Jan Schneider
please try, since you're the one seeing it?
typed characters go *after* the comment, because the <p> with the
signature is the first element in the dom, so that's where you end up,
if the cursor gets the focus in the wysiwyg editor.
State ⇒ Feedback
there's a regex that's too greedy, though - can you maybe look at the
HTML source and see if the html comments we're using to delimit the
signature are being put around too much text?
State ⇒ Assigned
message including my signature quoted, and then reply again to that
message, and then switch the identity, not only my bottom-most
signature is replaced, but large parts of the message disappear.
Probably everything from the first (quoted) appearance of my
signature, to the last.
State ⇒ Feedback
does that happen in the HTML editor only, or in plain text as well?
State ⇒ Assigned
the message body, e.g. in a longer thread where the original signature
has been quoted.
State ⇒ Resolved
Taken from
Assigned to
Assigned to Chuck Hagenbuch
class="emailSignature"></div>, then?
switching modes (?) Then again, I guess we already kind of do this in
javascript code currently so maybe it wouldn't be that hard.
class="emailSignature"></div>, then?
State ⇒ Not A Bug
problem is that browsers (at least Gecko) are returning different HTML
code each time you request it, when using the WYSIWYG editor. Thus we
can't find the HTML code we need to replace the signature.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Queue ⇒ IMP
Type ⇒ Bug
Summary ⇒ signature doesn't update when you switch identities while using HTML editor
doesn't switch the signature.
I can replicate this in IMP 4.0.4 and 4.1