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

  1. Load the following content in editor;
    <p>
    	wrongspell</p>
    
    • Expected Result: The word is red-marked in wysiwyg mode.
  2. 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.
  3. Select 'sample text' and apply the 'Italic' style;
  4. Select 'sample' and remove the 'Bold' style;
  5. 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>
      

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy