Opened 9 years ago
Last modified 8 years ago
#14353 confirmed Bug
[Blink] It is possible to select content outside nested editable — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description
Steps to reproduce
- 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 means that backpace handler is also broken as it crosses editable boundaries.