Opened 16 years ago

Closed 16 years ago

#1419 closed Bug (fixed)

2 Lists + Delete key

Reported by: Scott McNaught Owned by:
Priority: Normal Milestone: FCKeditor 2.5
Component: UI : Enter Key Version: SVN (FCKeditor) - Retired
Keywords: Confirmed Cc:

Description (last modified by Frederico Caldeira Knabben)

To replicate:

<ol>
    <li>Press delete at the end of this line</li>
</ol>
<ol>
    <li>Second List</li>
</ol>
<p>A paragraph</p>

"A paragraph" moves up to the end of the first <li>. The correct functionality would probably be that the two lists merge.

Change History (3)

comment:1 Changed 16 years ago by Frederico Caldeira Knabben

Description: modified (diff)

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added

This is weird. Confirmed with IE and FF.

comment:3 Changed 16 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

Fixed with [1051]. Click here for more info about our SVN system.

Now, we don't have a strange behavior. We have corrected the code, and now the deletion task is passed to the browser in this case. It means that we now offer the default browser behavior, and only Firefox join the lists. IE, Safari and Opera join the lists, but also the LI elements, which is ok too.

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