#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:
- Open any sample
- Type in the console:
CKEDITOR.instances.[EDITOR].editable().on('input', function(){console.log('input...')});
- 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 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
PS. The editor#change
event should be enough if you just wants to be notified about any change.
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.