Opened 13 years ago
Closed 13 years ago
#7793 closed Bug (fixed)
Read-Only mode sample: js error when clicking on the elements path
Reported by: | Wiktor Walc | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6 |
Component: | General | Version: | 3.6 |
Keywords: | Cc: |
Description (last modified by )
- Open _samples/readonly.html
- Click on the "sample text" (strong element)
- Press the "Make it read-only" button
- Do not click inside of the editing area, instead click straight on the strong element in the elements path.
Result:
this.document.getWindow().$ is undefined
Attachments (1)
Change History (6)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 13 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
Changed 13 years ago by
Attachment: | 7793.patch added |
---|
comment:4 Changed 13 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6869].