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 |
State ⇒ Resolved
IMP to pick up IE 6 CSS from horde.) Fix described here:
http://lists.evolt.org/archive/Week-of-Mon-20061120/186359.html
Version ⇒ HEAD
Queue ⇒ IMP
Priority ⇒ 2. Medium
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
State ⇒ Assigned
Assigned to Michael Slusarz
#html-message CSS defines from IMP should fix it.
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
State ⇒ Unconfirmed
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.