Opened 13 years ago
Closed 12 years ago
#8259 closed Bug (fixed)
Problems with exiting lists
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: | satya_minnekanti@… |
Description
- Open AJAX sample and paste in the following code:
<ul> <li> item1</li> <li> item2</li> <li> item3</li> </ul>
Problem 1:
There is no dummy paragraph above so it is impossible to exit list and type/insert something above it.
Problem 2:
Workaround - at least I thought so.
- place the cursor before first item item1
- Press enter so that new empty element is created
- Press top arrow to enter the first element (IE9 has problem with that - #7434)
- Press BACKSPACE
Results:
IE - creates empty paragraph. Correct
Opera - whole list gets deleted
Webkit - creates empty div instead of empty paragraph
FF- first element gets deleted but nothing gets created. List jumps up.
Reproducible from CKE 3.0
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue can now be closed as it was fixed with magic line plugin in CKEditor 4.