Opened 8 years ago
Closed 8 years ago
#16832 closed Bug (duplicate)
change event not triggered upon applying native browser spell checking
Reported by: | JulioDeL | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Open developer tools. In the console execute CKEDITOR.instances.editor3.on('change', function() { console.log('changed') })
(editor3 is the sample ckeditor for native spell checking)
- Now do ctrl + right click in the underlined words and click on one of the suggestions
Expected result
change event should be triggered.
Actual result
change event is not triggered
Other details (browser, OS, CKEditor version, installed plugins)
Browser: Chrome 55.0.2883.87 OS: Windows 7, 64 bits CKEDITOR: 4.7.0
Change History (1)
comment:1 Changed 8 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 4.7.0 (GitHub - major) |
DUP of #10977.