Opened 17 years ago
Closed 17 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 )
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 17 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
This is weird. Confirmed with IE and FF.