Ticket #1419 (closed Bug: fixed)

Opened 21 months ago

Last modified 20 months ago

2 Lists + Delete key

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

Description (last modified by fredck) (diff)

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

Changed 21 months ago by fredck

  • description modified (diff)

Changed 21 months ago by fredck

  • keywords Confirmed added

This is weird. Confirmed with IE and FF.

Changed 20 months ago by fredck

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

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.