Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#13236 closed Bug (invalid)

IE11: Input event not triggered

Reported by: Irina Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IBM, IE11 Cc: Satya Minnekanti

Description

To Reproduce:

  1. Open any sample
  2. Type in the console:
CKEDITOR.instances.[EDITOR].editable().on('input', function(){console.log('input...')});
  1. Type anything in the editor

Problem: The event is not triggered

Note: The event is triggered in FF and Chrome.

Change History (2)

comment:1 Changed 9 years ago by Piotrek Koszuliński

Resolution: invalid
Status: newclosed

IE11 does not trigger input on contentEditable areas. It only supports input elements. Nothing we can do about it - it must be implemented by Microsoft.

comment:2 Changed 9 years ago by Piotrek Koszuliński

PS. The editor#change event should be enough if you just wants to be notified about any change.

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