Opened 7 years ago

Closed 7 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

  1. Head to http://sdk.ckeditor.com/samples/spellchecker.html
  1. 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)

  1. 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 7 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed
Version: 4.7.0 (GitHub - major)

DUP of #10977.

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