Opened 14 years ago

Last modified 13 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

  1. Open IE and go to CKEditor demo: http://ckeditor.com/demo
  2. 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>
    
  3. Turn on the spell checker
  4. 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 Frederico Caldeira Knabben

Cc: WebSpellChecker.net added

comment:2 Changed 14 years ago by WebSpellChecker.net

Component: GeneralUI : Spell Checker

comment:3 Changed 13 years ago by Jakub Ś

Status: newconfirmed

Reproducible in all IE browsers from CKEditor 3.3.2

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