[CKEditor Dev] #16822: Blur editor event fails on source editing mode

1 view
Skip to first unread message

CKEditor

unread,
Jan 24, 2017, 12:14:44 PM1/24/17
to ckeditor...@googlegroups.com
#16822: Blur editor event fails on source editing mode
------------------------+-------------------------------
Reporter: azhvaleuski | Owner:
Type: Bug | Status: new
Priority: Normal | Component: General
Version: 4.6.2 | Keywords: blur event source
------------------------+-------------------------------
== Steps to reproduce ==

1. Download
http://download.cksource.com/CKEditor/CKEditor/CKEditor%204.6.2/ckeditor_4.6.2_full.zip
and unpack
2. Open samples/index.html in Chrome browser
3. Click 'Source' button on toolbar to switch CKEditor to source editing
mode
4. Open Chrome Inspector
5. Open Console tab
6. Execute snippet
{{{
CKEDITOR.instances.editor.on('blur', function(e) {
console.log('blur happened');
});
}}}
6. Click inside on CKEditor text area
7. 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

--
Ticket URL: <http://dev.ckeditor.com/ticket/16822>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

CKEditor

unread,
Jan 25, 2017, 9:02:21 AM1/25/17
to ckeditor...@googlegroups.com
#16822: Blur editor event fails on source editing mode
--------------------------+--------------------
Reporter: azhvaleuski | Owner:
Type: Bug | Status: closed
Priority: Normal | Milestone:
Component: General | Version:
Resolution: duplicate | Keywords:
--------------------------+--------------------
Changes (by j.swiderski):

* status: new => closed
* keywords: blur event source =>
* version: 4.6.2 =>
* resolution: => duplicate


Comment:

DUP of #16809

--
Ticket URL: <http://dev.ckeditor.com/ticket/16822#comment:1>

Reply all
Reply to author
Forward
0 new messages