Opened 8 years ago
Closed 8 years ago
#17024 closed Bug (worksforme)
JS error in `divarea` plugin
Reported by: | beata_delura | Owned by: | beata_delura |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.6.2 |
Keywords: | Cc: |
Description
Steps to reproduce
- checkout tag 4.6.2
- open plugins/divarea/samples/divarea.html
- click inside the editing area to focus it
- click the 'Source' button
Expected result
No error occurred.
Actual result
This triggers the following JS error:
Uncaught TypeError: Cannot read property '$' of undefined at CKEDITOR.focusManager.doBlur (focusmanager.js:162) at CKEDITOR.focusManager.<anonymous> (focusmanager.js:180) at tools.js:578
Change History (5)
comment:1 Changed 8 years ago by
Version: | 4.7.0 (GitHub - major) → 4.6.2 |
---|
comment:2 Changed 8 years ago by
comment:4 Changed 8 years ago by
Owner: | set to beata_delura |
---|---|
Status: | new → review |
comment:5 Changed 8 years ago by
Resolution: | → worksforme |
---|---|
Status: | review → closed |
I confirm that it is no longer reproducible on 4.7.0 and newer.
From what i have checked problem can only be reproduced in Chrome in version 4.6.2 but works fine on latest master.