Opened 9 years ago
Last modified 9 years ago
#14354 confirmed Bug
Backspace handler crosses editable boundaries
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
Steps to reproduce
This scenario may work only in Chrome, because in other browsers it may not be possible to make a selection crossing editable boundaries.
- Open http://sdk.ckeditor.com/samples/simplebox.html
- Triple click in the simple box header.
- Press backspace.
Expected result
Only content of the header was touched.
Actual result
Text from the simplebox content was moved to the header.
Other details (browser, OS, CKEditor version, installed plugins)
This issue is reproducible because of #14353. Once that issue will be fixed, this one will only be reproducible from code, but will still be valid.
Change History (2)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|