Summary | HTML formatting lost when loading saved Drafts |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | kevin_myer (at) iu13 (dot) org |
Created | 07/25/2005 (7297 days ago) |
Due | |
Updated | 07/29/2005 (7293 days ago) |
Assigned | 07/25/2005 (7297 days ago) |
Resolved | 07/29/2005 (7293 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
multipart/alternative message, and enable HTML composing with the
text/html part in this case.
I'm mistaken, the problem appears to be that when the message is
reconstituted, the plaintext part is always used, and somehow the HTML
part is either ignored, silently discarded, or inaccessible in the
Compose screen. I'd propose a solution that would look to see if
compose_html is set and if it is, return the HTML portion, otherwise,
return the plaintext.
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ HTML formatting lost when loading saved Drafts
Queue ⇒ IMP
as a Draft, the HTML code is preserved in the Draft folder message.
However, if you resume working on that draft at a later today, all the
HTML code disappears when you load the draft.
Simple test:
Create a one line message, with the word Test. Switch to HTML mode,
make Test bold and save as a draft. Open the draft folder, choose the
message you just saved and when you switch to HTML mode, your
formatting is gone.