Hi there,
Our users have come across a bug that only seems to effect IE (IE7 8 and 9 tested).
If you type the following over 3 lines:
line 1
line 2
line 3
Select it, then set its font size to say, 12px. So far so good. Now, with it still selected, turn it into a bulleted list. All 3 lines are put under one bullet point, and the following markup is produced:
Whereas, Firefox and Chrome both render:
IE does it properly if you do it the opposite way, first a bullet list, then the font size.
I have just upgraded to Q3 2010 and the problem still exists.
Sorry if this is in the wrong area.
Regards,
RSPCA Victoria
Our users have come across a bug that only seems to effect IE (IE7 8 and 9 tested).
If you type the following over 3 lines:
line 1
line 2
line 3
Select it, then set its font size to say, 12px. So far so good. Now, with it still selected, turn it into a bulleted list. All 3 lines are put under one bullet point, and the following markup is produced:
<ul>
<li><span style="font-size: 12px;">line 1<br />
line 2<br />
line 3</span></li>
</ul>Whereas, Firefox and Chrome both render:
<ul>
<li><span style="font-size: 12px;">line 1</span></li>
<li><span style="font-size: 12px;">line 2</span></li>
<li><span style="font-size: 12px;">line 3</span></li>
</ul>IE does it properly if you do it the opposite way, first a bullet list, then the font size.
I have just upgraded to Q3 2010 and the problem still exists.
Sorry if this is in the wrong area.
Regards,
RSPCA Victoria
