Opened 14 years ago
Last modified 14 years ago
#6317 confirmed Bug
[Safari] Check Spelling dialog - JavaScript warnings
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 3.2.2 |
Keywords: | Safari HasPatch, Review? | Cc: | WebSpellChecker.net |
Description
When opening the "Check Spelling" dialog, JavaScript errors appear in the error console:
Unmatched </frame> encountered. Ignoring tag. apps/ckeditor/3.4/plugins/wsc/dialogs/tmpFrameset.html:48 Unmatched </frame> encountered. Ignoring tag. apps/ckeditor/3.4/plugins/wsc/dialogs/tmpFrameset.html:49 Unmatched </frame> encountered. Ignoring tag. apps/ckeditor/3.4/plugins/wsc/dialogs/tmpFrameset.html:50 Unmatched </frame> encountered. Ignoring tag. 2s1.spellchecker.net/spellcheck3/script/ssrv.cgi:192 Unmatched </span> encountered. Ignoring tag. s1.spellchecker.net/spellcheck3/script/ssrv.cgi:361 Unmatched </font> encountered. Ignoring tag.
Perhaps it's something worth to check... the whole spell checking process ended successfully though.
Attachments (2)
Change History (5)
Changed 14 years ago by
Attachment: | 6317.patch added |
---|
comment:1 Changed 14 years ago by
Keywords: | Chrome HasPatch Review? added; Mac removed |
---|---|
Version: | 3.4 → 3.4.2 (SVN - trunk) |
Changed 14 years ago by
Attachment: | 6317.2.patch added |
---|
comment:3 Changed 14 years ago by
Keywords: | Chrome removed |
---|---|
Status: | new → confirmed |
Version: | 3.4.2 → 3.2.2 |
I was able to reproduce this issue only on Safari and from CKE 3.3.2
4 erorrs "Unmatched </frame> encountered. Ignoring tag." are fixed with this patch. "Unmatched </font> encountered. Ignoring tag." fixed on our side (our hosting) "Unmatched </span> encountered. Ignoring tag." - can't reproduce. Can you comment how and where you got this error?