Opened 15 years ago
Closed 15 years ago
#5573 closed Bug (fixed)
SCAYT breaks cursor position after insert image
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | UI : Spell Checker | Version: | |
Keywords: | Confirmed Review- | Cc: | WebSpellChecker.net |
Description
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.
- Insert a Smiley into the cursor position and wait for SCAYT to refresh.
- Actual Result: Cursor is now blinking at the beginning of the splitted word.
- Expected Result: Cursor blinks after the inserted image.
Attachments (2)
Change History (10)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Was tested nightly_build from 04/26/2010 in ff and ie. Problem is not reproduced. We have an "expected result"
comment:3 Changed 15 years ago by
Unable to reproduce with the original TC anymore, but still seen for below selection instead:
mis^pelled
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The bug is fixed by recent SCAYT core updates.
Changed 15 years ago by
Attachment: | 5573.patch added |
---|
comment:6 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
The problem related to the focus of editable area when scayt.refresh is called.
comment:7 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
The fix must be propagated to 'insertHtml' listener also.
Changed 15 years ago by
Attachment: | 5573_2.patch added |
---|
Seems to be a SCAYT problem and requires review on the spellchecker.net side.