Ticket #1287 (closed Bug: fixed)
Lists get improperly applied on empty documents
| Reported by: | ycombarnous | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | Core : Lists | Version: | SVN |
| Keywords: | Confirmed | Cc: |
Description
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
Note: See
TracTickets for help on using
tickets.