Opened 9 years ago
Last modified 8 years ago
#14353 confirmed Bug
[Blink] It is possible to select content outside nested editable — at Version 2
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description (last modified by )
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: #14354.
NOTE: once #14354 is fixed you will need to investigate where's the selection to confirm the issue.
PS. This is a browser issue, but due to a missing spec it's unlikely that someone will patch it.
Change History (2)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |