Opened 11 years ago
Last modified 10 years ago
#12503 closed Bug
[Blink/Webkit] Incorrect result of select all, backspace/delete — at Version 1
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | General | Version: | |
Keywords: | Cc: | a.nowodzinski@… |
Description (last modified by )
- Open replacebycode sample.
- CTRL+A.
- Delete/backspace.
Result:
<h1><small><a data-cke-saved-href="http://en.wikipedia.org/wiki/Apollo_11" href="http://en.wikipedia.org/wiki/Apollo_11"></a></small>{}</h1>
Expected (as on FF):
<p>[]<br></p>
or (if that's going to be much easier to implement):
<h1>[]<br></h1>
(because <h1>
was the first block before pressing backspace)
Related
Change History (1)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → CKEditor 4.5.0 |
Status: | new → confirmed |