Opened 8 years ago
Closed 8 years ago
#16822 closed Bug (duplicate)
Blur editor event fails on source editing mode
Reported by: | Aliaksei | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Download http://download.cksource.com/CKEditor/CKEditor/CKEditor%204.6.2/ckeditor_4.6.2_full.zip and unpack
- Open samples/index.html in Chrome browser
- Click 'Source' button on toolbar to switch CKEditor to source editing mode
- Open Chrome Inspector
- Open Console tab
- Execute snippet
CKEDITOR.instances.editor.on('blur', function(e) { console.log('blur happened'); });
- Click inside on CKEditor text area
- Click outside of CKEditor
Expected result
Console should print blur happened
Actual result
ckeditor.js:238 Uncaught TypeError: Cannot read property '$' of undefined at CKEDITOR.focusManager.d (ckeditor.js:238) at CKEDITOR.focusManager.<anonymous> (ckeditor.js:238) at ckeditor.js:28
Other details (browser, OS, CKEditor version, installed plugins)
- CKEditor 4.6.2 Full pack (where http://ckeditor.com/addon/sourcearea is enabled)
- Chrome 55.0.2883.87 m (64-bit)
- Windows 10
Change History (1)
comment:1 Changed 8 years ago by
Keywords: | blur event source removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Version: | 4.6.2 |
DUP of #16809