Opened 15 years ago
Last modified 14 years ago
#5700 confirmed Bug
SCAYT doesn't work with 'replace' command
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 3.4.2 |
Keywords: | HasPatch, Review? | Cc: | WebSpellChecker.net |
Description (last modified by )
- Load the following content in editor;
<p> wrongspell</p>
- Expected Result: The word is red-marked in wysiwyg mode.
- Open 'Replace' dialog and replace the word with "right spell", then close the dialog.
- Expected Result: The red underline is removed.
- Actual Result: The red underline is still in place.
Attachments (2)
Change History (9)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Keywords: | Confirmed added |
---|
comment:3 Changed 14 years ago by
Keywords: | HasPatch Review? added; Confirmed removed |
---|---|
Version: | → 3.4.1 |
Changed 14 years ago by
Attachment: | 5700.patch added |
---|
comment:4 Changed 14 years ago by
Keywords: | Review? removed |
---|
We could accept this fix, while one step further, is it possible to make SCAYT refreshes once DOM changes are introduced (just like normal editing)?
comment:5 Changed 14 years ago by
And, the 'insertElement/insertHtml' refresh must be still kept, they're also used elsewhere beside dialogs.
comment:6 Changed 14 years ago by
Keywords: | Review? added |
---|---|
Version: | 3.4.1 → 3.4.2 |
This problem was fixed in new SCAYT core and will work after updating SCAYT to version 2.6.0 with this task: #6769
comment:7 Changed 14 years ago by
Now SCAYT markup hides, when user opens a dialog window.
We have also updated the patch, refresh on 'insertElement/insertHtml' events is restored. Please, review.
Changed 14 years ago by
Attachment: | 5700.2.patch added |
---|
Here we propose patch which refreshes SCAYT markup after any dialog close (including Find&Replace dialog). While dialog is open, SCAYT pauses its work.
Please, review.