Summary | STYLE tag from HTML message being stripped off |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 04/17/2012 (4827 days ago) |
Due | |
Updated | 10/15/2012 (4646 days ago) |
Assigned | 10/10/2012 (4651 days ago) |
Resolved | 10/11/2012 (4650 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit b6988967f200c3bb888ef6199b1649926024f3b8
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 10 17:25:37 2012 -0600
Bug #11153: Correctly maintain original CSS styling whendisplaying blocked CSS rules
imp/lib/Mime/Viewer/Html.php | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/b6988967f200c3bb888ef6199b1649926024f3b8
Queue ⇒ IMP
State ⇒ Resolved
commit b6988967f200c3bb888ef6199b1649926024f3b8
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 10 17:25:37 2012 -0600
Bug #11153: Correctly maintain original CSS styling whendisplaying blocked CSS rules
imp/lib/Mime/Viewer/Html.php | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/b6988967f200c3bb888ef6199b1649926024f3b8
base block. So it looks like an issue with the CSS compressor.
State ⇒ Assigned
New Attachment: bug11153.eml
State ⇒ Not A Bug
Milestone ⇒
State ⇒ Assigned
Patch ⇒ No
Assigned to Michael Slusarz
Queue ⇒ Horde Framework Packages
Summary ⇒ STYLE tag from HTML message being stripped off
Type ⇒ Bug
Priority ⇒ 1. Low
when displaying the message in the preview. For some reason it works
fine when viewing the HTML part in a popup.
I have tracked it down so far that I see the node being processed in
the iteration in Horde_Mime_Viewer_Html, line 164. After the iteration
the tag is lost though.