Ticket #1287 (closed Bug: fixed)

Opened 14 months ago

Last modified 14 months ago

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>&nbsp;</li>
</ul>

Worse, you will not even be able to write on the bullet list any more.

Change History

Changed 14 months ago by martinkou

  • owner set to martinkou
  • status changed from new to assigned

Changed 14 months 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.

Changed 14 months ago by fredck

  • status changed from assigned to closed
  • resolution set to fixed

I've fixed the FF behavior with [877]. No changes for the IE bug. I've opened #1291 for it.

Changed 14 months ago by fredck

  • component changed from General to Core : Lists
Note: See TracTickets for help on using tickets.