WebSpellChecker / ckeditor-plugin-scayt

SCAYT Plugin for CKEditor 4 is a plugin for multilingual check spelling and grammar as you type in CKEditor 4.
https://webspellchecker.com/wsc-scayt-ckeditor4/
Other
13 stars 21 forks source link

Wrong status after enter key #38

Closed adelura closed 10 years ago

adelura commented 10 years ago

Tested and confirmed in CKEditor version: 4.3.3 and 4.4.0 (prerelease) Browsers: all

  1. Load the following content in editor

    <p>wrongspell</p>
    • Expected Result: The word is red-marked in wyswig mode.
  2. Set cursor after 'g' letter

    <p>wrong^spell</p>
  3. Press 'enter' at the cursor position
    • Expected Result: The marker underline is removed immediately after key down
    • Actual Result: The marker will remain for a while until next refresh happens.

Original bug reported at: http://dev.ckeditor.com/ticket/5701

WebSpellChecker commented 10 years ago

Confirmed. We'll schedule the fix after SpellCheckAsYouType release 4.5.3 in the middle of June 2014

WebSpellChecker commented 10 years ago

The fix is on development stage now.

WebSpellChecker commented 10 years ago

The fix is ready and pushed into 'scayt-dev' branch.

WebSpellChecker commented 9 years ago

The fix is available in master branch.