Opened 14 years ago
Closed 14 years ago
#6032 closed Bug (fixed)
Links are not handled correctly in a readonly block
Reported by: | Sa'ar Zac Elias | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Cc: |
Description
First TC
- Open a sample, go to source and paste the following:
<p contenteditable="false"><a href="http://ckeditor.com">Link in a readonly block</a></p>
- Go to wysiwyg mode.
Notice that the CKEditor main page opens in the editing window.
Second TC
- Load an editor with the following html:
<p contenteditable="false"><a href="http://ckeditor.com">Link in a readonly block</a></p>
- Click on the link.
Notice that the CKEditor main page opens in the editing window.
Attachments (1)
Change History (8)
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
Keywords: | IE removed |
---|---|
Status: | new → confirmed |
Summary: | [IE] Links are not handled correctly in a readonly block → Links are not handled correctly in a readonly block |
comment:4 Changed 14 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | confirmed → assigned |
Too many issues on a single ticket. We should have separated tickets for then, at least for the "Third TC".
Anyway:
- First TC: I was not able to reproduce it. Isn't the "click" step missing there, making it a DUP of the second TC?
- Third TC: It's not related to the issue related in the ticket. Deserves a dedicated one.
Changed 14 years ago by
Attachment: | 6032.patch added |
---|
comment:5 Changed 14 years ago by
Status: | assigned → review |
---|
comment:6 Changed 14 years ago by
Status: | review → review_passed |
---|
The first TC only happens in IE.
Filed #6036 for the third TC
The patch fixes the second issue, so R+ for now.
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5751].
Third TC
Notice that a new paragraph is created above and the parent container is not selected.