Ticket #1419 (closed Bug: fixed)
2 Lists + Delete key
| Reported by: | Scott | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 |
| Component: | UI : Enter Key | Version: | SVN (FCKeditor) - Retired |
| 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
comment:2 Changed 6 years ago by fredck
- Keywords Confirmed added
This is weird. Confirmed with IE and FF.
comment:3 Changed 6 years 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.
