Opened 11 years ago
Last modified 10 years ago
#12323 confirmed Bug
[IE10] After removing whole list text below jump up.
Reported by: | Artur Delura | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | IE Firefox | Cc: |
Description
[IE10] For ages.
- Open editor with following content:
<ul> <li>one</li> <li>two</li> </ul> <p>hello</p>
- Select whole list.
- Delete list by pressing
backspace
.
Actual result: text hello
jump to first line.
Expected result: text hello
stay in the second line.
- Start typing.
Actual result: text hello
jump to next line.
Expected result: text hello
stay in the same line.
Change History (1)
comment:1 Changed 10 years ago by
Keywords: | IE Firefox added |
---|---|
Status: | new → confirmed |
Version: | → 4.0 |
I was able to reproduce this problem from CKEditor 4.0 in IE and FF.
Blink and Safari have different issue, reported here:#12587.