Opened 11 years ago
Closed 11 years ago
#10912 closed Bug (fixed)
Links with children elements are not handled correctly in a readonly block
Reported by: | xmo | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.2.2 |
Component: | Core : Editable | Version: | |
Keywords: | Cc: |
Description
This is essentially a subset of #6032 which wasn't fixed then.
Do the same thing as in #6032 but put a child element in the link, e.g. an image:
- load an editor with the html
<p contenteditable="false"> <a href="http://ckeditor.com"> <img src="http://b.cksource.com/a/1/10th/ckeditor10years.png"> </a> </p>
- click on the image
Expected: nothing happens (link disabled) Observed: the ckeditor main page opens
Attachments (2)
Change History (6)
Changed 11 years ago by
Attachment: | 10912.patch added |
---|
comment:1 Changed 11 years ago by
Milestone: | → CKEditor 4.2.2 |
---|---|
Status: | new → confirmed |
comment:2 Changed 11 years ago by
Since this is continuation, problem can be reproduced in all browsers from CKEditor 3.4 in CKE 3.x and 4.x.
comment:3 Changed 11 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
Changed 11 years ago by
Attachment: | 10912.html added |
---|
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed on master with git:6b9293d. Thanks for the patch :).
Thanks for the patch. We'll check it for 4.2.2, to have it ready in 4.3 in which we are beginning to heavily use non-editable content.