Opened 14 years ago
Last modified 10 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
- Enable SCAYT, load the editor with the following source:
<p> <a name="anchor1">anchor mis</a>pell</p>
- 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.
- Now open context menu on first anchor and change the name to "anchor2";
- Check source:
- Actual Result:
<p> <a name="anchor2">anchor </a><a name="anchor1">mis</a>pell</p>
Change History (4)
comment:1 Changed 14 years ago by
Cc: | spellchecker.net added |
---|
comment:2 Changed 14 years ago by
Status: | new → confirmed |
---|
Reproducible in all browsers.
Similar issue was reported in #7815
comment:3 Changed 14 years ago by
Cc: | WebSpellChecker.net added; spellchecker.net removed |
---|
comment:4 Changed 11 years ago by
Issue has been moved to: https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/39
Pls avoid splitting anchor element (diff from other inline styling elements) in SCAYT core.