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 (FCKeditor) - Retired |
| 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
comment:1 Changed 6 years ago by martinkou
- Owner set to martinkou
- Status changed from new to assigned
comment:2 Changed 6 years ago by fredck
- Keywords Confirmed added
- Summary changed from List issue in SVN (Gecko at least) to Lists get improperly applied on empty documents
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.
Note: See
TracTickets for help on using
tickets.
