Opened 14 years ago
Closed 14 years ago
#6080 closed Bug (fixed)
Insert special char in readonly selection throws error
Reported by: | Frederico Caldeira Knabben | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Cc: |
Description
- Load this HTML:
<p contenteditable="false"> Test</p>
- Click the paragraph to select it.
- Open the Insert Special Character dialog and click on any char.
A js error is thrown.
Attachments (1)
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
Changed 14 years ago by
Attachment: | 6080.patch added |
---|
comment:2 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → review |
comment:3 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5773].
Confirmed with FF at least.