Opened 14 years ago
Closed 11 years ago
#6036 closed Bug (worksforme)
Right clicking on a link inside a readonly block results wrong
Reported by: | Sa'ar Zac Elias | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | IE | Cc: |
Description
- Load an editor with the following html:
<p contenteditable="false"><a href="http://ckeditor.com">Link in a readonly block</a></p>
- Right click on the link.
Notice that a new paragraph is created above and the parent container is not selected.
Change History (2)
comment:1 Changed 14 years ago by
Keywords: | IE added |
---|---|
Milestone: | CKEditor 3.4 |
Status: | new → confirmed |
The problem here is that IE tries to fix the selection by putting it "before" the read-only block. As we have nothing there, it expands a paragraph, so the user can type something there.
We don't have problems if there is some content before the read-only block.
As the combination of factors to reproduce the problem comprise a quite an edge case, I think we can safely lower the priority of it (considering also that it's a browser bug hard to workaround).