Opened 15 years ago
Closed 15 years ago
#5572 closed Bug (fixed)
[IE] SCAYT move cursor on misspelled word
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | UI : Spell Checker | Version: | |
Keywords: | Confirmed IE | Cc: | WebSpellChecker.net |
Description
Environment
IE
Reproducing Procedures
- Open any of the sample page and load the editor with the following content and selection;
mis^spelled word
- Enable SCAYT and waiting for SCAYT to be activated.
- Press 'Backspace' to delete the previous character and wait for SCAYT to refresh.
- Actual Result: When the word is marked, the cursor is been moved to the end of the word.
Attachments (4)
Change History (12)
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 5572.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review- added |
---|
The marker style fix shouldn't go into this patch here, pls instead open new ticket for it.
comment:3 Changed 15 years ago by
Besides, it's not a DUP of #5570, we're describing a problem where SCAYT is already loaded, and when it's refreshing (working on modified content).
comment:4 Changed 15 years ago by
Keywords: | Review- removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
The bug is fixed by recent SCAYT core updates.
Changed 15 years ago by
Attachment: | 5572_2.patch added |
---|
comment:5 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
We woukd like to provide the patch which introduces the SCAYT.onLoad event and call focus method of editable control on SCAYT init.
Without this patch in steps to reproduce described in this ticket, pressing of 'Backspace' leads to clearing of editable area (navigation back).
comment:6 Changed 15 years ago by
Without this patch in steps to reproduce described in this ticket, pressing of 'Backspace' leads to clearing of editable area (navigation back).
WFM, could you provide more details of this bug??
Changed 15 years ago by
Attachment: | 5572-3.patch added |
---|
comment:7 Changed 15 years ago by
comment:8 Changed 15 years ago by
Keywords: | Review? removed |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Please DON'T mix tickets together, this won't speed up the viewing progress instead it make the ticket scope confused.
Again, in this ticket we're talking of a problem during SCAYT refresh when it's already enabled, the 5572_2/5572_3 are talking about something totally different for me.
The bug is not anymore reproducible so close it now.
Seems to be a SCAYT problem and requires review on the spellchecker.net side. Seems it is similar or dub of #5570