Summary | Malformed HTML in mail preview |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | tevans (at) tachometry (dot) com |
Created | 10/26/2005 (7227 days ago) |
Due | |
Updated | 10/27/2005 (7226 days ago) |
Assigned | 10/27/2005 (7226 days ago) |
Resolved | |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Malformed HTML in mail preview
Queue ⇒ IMP
New Attachment: imp_preview_malformed_tag.txt
<br /> which prevent proper display of the email preview in MSIE
browser. The buildMailboxArray() method incorrectly replaces all
spaces with a non-breaking space entity *after* converting the email
text to HTML. This clobbers any HTML tags that contain spaces.
The attached patch corrects the issue in our environment and is
provided as a suggested resolution for this bug.