Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1287 closed Bug (fixed)

Lists get improperly applied on empty documents

Reported by: barns Owned by: Martin Kou
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>&nbsp;</li>
</ul>

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

Change History (4)

comment:1 Changed 17 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added
Summary: List issue in SVN (Gecko at least)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.

comment:3 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

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

comment:4 Changed 17 years ago by Frederico Caldeira Knabben

Component: GeneralCore : Lists
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy