Opened 15 years ago
Closed 15 years ago
#5825 closed Bug (fixed)
[ContentEditable] Read only blocks should not be "undeletable"
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | |
Keywords: | Confirmed Review? | Cc: |
Description (last modified by )
In some situations, the protection for read only blocks is being over exaggerated. For example
- Load the following HTML:
<p>Para 1</p> <p contenteditable="false">Non Editable</p> <p>Para 2</p>
- Hit CTRL+A to select all.
- Click the "Insert Horizontal Line" button.
Current Results:
<hr /> <p contenteditable="false"> Non Editable</p> <hr />
Expected Results:
<hr />
This one is related to the contenteditable feature branch.
Change History (3)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Keywords: | Confirmed Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
WFM now. Code review will be done all in a row on the branch.
Changes are committed with [5598].