Opened 15 years ago
Last modified 14 years ago
#5700 confirmed Bug
SCAYT doesn't work with 'replace' command — at Initial Version
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 3.4.2 |
Keywords: | HasPatch, Review? | Cc: | WebSpellChecker.net |
Description
- 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.
- Select 'sample text' and apply the 'Italic' style;
- Select 'sample' and remove the 'Bold' style;
- Swtich to Source mode and check the output.
- Actual Result:
<p><strong>This </strong><em>is</em><em> some</em></p>
- Expected Result:
<p><strong>This </strong><em>is some</em></p>
- Actual Result: