#5701 closed Bug (fixed)
[IE] SCAYT wrong status after enter key
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 3.4.1 |
Keywords: | IE, HasPatch, Review? | Cc: | WebSpellChecker.net |
Description ¶
- Load the following content and selection in editor;
<p> wrong^spell</p>
- Expected Result: The word is red-marked in wysiwyg mode.
- Press 'Enter' key at the cursor position;
- Expected Result: The marker underline is removed immediately after key down (Firefox behavior).
- Actual Result: The marker will remain for a while until next refresh happens.

Change History (5)
comment:1 Changed 15 years ago by
Keywords: | CantFix added |
---|
comment:2 Changed 14 years ago by
Keywords: | HasPatch Review? added; CantFix removed |
---|---|
Version: | → 3.4.1 |
It seems we have managed to fix this in plug-in, not in core. Here is patch. Please, review.
Changed 14 years ago by
Attachment: | 5701.patch added |
---|
comment:3 Changed 11 years ago by
Issue has been moved to: https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/38
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Unable to reproduce in CKEditor 4.4.7 / IE8.

IE browser doesn't fire the "keypress" event on 'Enter' key press, that's why it seems that we can't fix this issue.