Opened 14 years ago
Last modified 14 years ago
#6114 confirmed Bug
SCAYT / Font tag / IE interaction
Reported by: | Charlie | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 3.3.2 |
Keywords: | IE | Cc: | WebSpellChecker.net |
Description
From http://cksource.com/forums/viewtopic.php?f=11&t=19714
- Open IE and go to CKEditor demo: http://ckeditor.com/demo
- Paste this HTML code into source view
<p> <a href="#" onclick="window.open('http://www.anydomain.test','windowname','width=320,height=240'); return false"><font size="2">wordinsidelink1 wordinsidelink2 wordinsidelink3 wordinsidelink4</font></a></p>
- Turn on the spell checker
- Switch between HTML and design views to see the code changes
When the spell checker checks the document, it apparently splits the font tag in the following way: word1 and its font tag is enclosed inside the misspell span. I.E. <span class="scayt-misspell"><font>word, then the following three words are <font><span class="scayt-misspell" id="thisone">word
Works fine in FF. Hope that helps describe the problem well enough!
Change History (3)
comment:1 Changed 14 years ago by
Cc: | WebSpellChecker.net added |
---|
comment:2 Changed 14 years ago by
Component: | General → UI : Spell Checker |
---|
comment:3 Changed 14 years ago by
Status: | new → confirmed |
---|
Reproducible in all IE browsers from CKEditor 3.3.2