Opened 13 years ago

Last modified 9 years ago

#7812 confirmed Bug

SCAYT breaks anchor text

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: UI : Spell Checker Version: 3.6
Keywords: Cc: WebSpellChecker.net

Description

  1. Enable SCAYT, load the editor with the following source:
    <p>
    	<a name="anchor1">anchor mis</a>pell</p>
    
  2. Wait until word "mispell" is marked by SCAYT;
  • Actual Result: marker splits up the anchor text into two, with each of them get applies the anchor styles.
  1. Now open context menu on first anchor and change the name to "anchor2";
  2. Check source:
  • Actual Result:
    <p>
    	<a name="anchor2">anchor </a><a name="anchor1">mis</a>pell</p>
    
    

Change History (4)

comment:1 Changed 13 years ago by Garry Yao

Cc: spellchecker.net added

Pls avoid splitting anchor element (diff from other inline styling elements) in SCAYT core.

comment:2 Changed 13 years ago by Jakub Ś

Status: newconfirmed

Reproducible in all browsers.

Similar issue was reported in #7815

comment:3 Changed 13 years ago by Frederico Caldeira Knabben

Cc: WebSpellChecker.net added; spellchecker.net removed

comment:4 Changed 10 years ago by Artur Delura

Last edited 9 years ago by Wiktor Walc (previous) (diff)
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