Opened 9 years ago

Last modified 9 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:

  1. Open any sample
  2. Type in the console:
CKEDITOR.instances.[EDITOR].on('change', function(){console.log('change...')});
  1. Type anything in the editor ( event is triggered on every key press )
  2. CTRL + A to select all the text or highlight it with the mouse
  3. Ctrl + Right click to get browser context menu
  4. Select Delete menu option

Problem: The event is not triggered

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy