Lists get improperly applied on empty documents
List are producing even stranger behaviors now.
For instance, start from a blank page, click "insert bullet list" button, and start typing, you will get:
<p>dfdsfdsfsd</p>
<ul>
<li> </li>
</ul>
Worse, you will not even be able to write on the bullet list any more.
Change History (4)
Owner: |
set to Martin Kou
|
Status: |
new →
assigned
|
Keywords: |
Confirmed added
|
Summary: |
List issue in SVN (Gecko at least) →
Lists get improperly applied on empty documents
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Component: |
General →
Core : Lists
|
Confirmed with Firefox. The selection is placed above the document when starting the list.
In IE instead, we have a different behavior. No list is created at all in the same TC.