Opened 10 years ago
Last modified 10 years ago
#13235 confirmed Bug
Change event not triggered when using the browser context menu — at Initial Version
Reported by: | Irina | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.2 |
Keywords: | IBM | Cc: | Satya Minnekanti |
Description
To Reproduce:
- Open any sample
- Type in the console:
CKEDITOR.instances.[EDITOR].on('change', function(){console.log('change...')});
- Type anything in the editor ( event is triggered on every key press )
- CTRL + A to select all the text or highlight it with the mouse
- Ctrl + Right click to get browser context menu
- Select Delete menu option
Problem: The event is not triggered