6.0.0-alpha14
7/2/25

[#6452] html preview does not show numbers of ordered lists
Summary html preview does not show numbers of ordered lists
Queue IMP
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners slusarz (at) horde (dot) org
Requester janbagger (at) turbonet (dot) nl
Created 03/16/2008 (6317 days ago)
Due 03/16/2008 (6317 days ago)
Updated 03/19/2008 (6314 days ago)
Assigned 03/16/2008 (6317 days ago)
Resolved 03/19/2008 (6314 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/19/2008 06:50:16 PM Michael Slusarz Comment #4
State ⇒ Resolved
Reply to this comment
Fixed by adding IE-specific CSS to fix OL bug.  (side benefit: allows 
IMP to pick up IE 6 CSS from horde.)  Fix described here:



http://lists.evolt.org/archive/Week-of-Mon-20061120/186359.html
03/19/2008 06:17:13 PM Michael Slusarz Comment #3
Version ⇒ HEAD
Queue ⇒ IMP
Priority ⇒ 2. Medium
Reply to this comment
Porting the html-message code to DIMP fixes the issue for FF.



However, this message doesn't render propely in IE in imp even with 
the html-message class.  Looks like this bug:



http://www.tonygrimes.com/test/ie7bug_ol.html
03/16/2008 11:57:19 PM Chuck Hagenbuch Comment #2
State ⇒ Assigned
Assigned to Michael Slusarz
Reply to this comment
There's probably a margin: 0 setting on lists in DIMP. Copying the 
#html-message CSS defines from IMP should fix it.
03/16/2008 09:24:57 AM janbagger (at) turbonet (dot) nl Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ html preview does not show numbers of ordered lists
Due ⇒ 03/16/2008
Queue ⇒ DIMP
Milestone ⇒
Patch ⇒ No
New Attachment: 1.png Download
State ⇒ Unconfirmed
Reply to this comment
When I preview a HTML message that contains <ol> lists, the numbers 
are not shown in the preview pane (left of attachment 1.png). The 
screen shown with "Show this HTML in a new window?" displays the <ol> 
lists, see right half of 1.png. The problem occurs both in IE 7 and 
Firefox 2.0. In both cases, the HTML source does contain the <ol> code:



<ol>

<li>one

</li>

<li>two

<ol style="list-style-type: decimal;">

<li>two.one

</li>

<li>two.two

<ol style="list-style-type: upper-alpha;">

<li>two.two.A

</li>

</ol>

</li>

</ol>

</li>

<li>three

</li>

</ol>



It does not matter if the mail is generated using DIMP Xinha or 
Thunderbird 2. IMP has no problem (pre)viewing those list numbers in 
the message.

Saved Queries