Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#9010 closed Bug (invalid)

SCAYT doesn't work in IE9

Reported by: Meriah Owned by:
Priority: Normal Milestone:
Component: UI : Spell Checker Version: 3.6.3
Keywords: Cc:

Description

I can't enable the plugin in IE9, when I try an error occurs - msg:

SCRIPT438: Object doesn't support property or method 'hasAttribute' loaderbase.js, line 3425 character 1

Error is in file:

http://svc.webspellchecker.net/scayt26/loader__base.js

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Keywords: SCAYT removed
Resolution: invalid
Status: newclosed

I have managed to reproduce this problem only in quirks mode enabled by IE development tools which is not valid method and we do not support it. It sometimes, as in this example, may give different results than in reality (Regular users don't turn on quirks mode in development tools).

Proper way to test quirks mode is inserting this tag into page

<meta http-equiv="X-UA-Compatible" content="IE=5" />

or not using the doc type for example. When using proper method there is no error.


Anyway this problem occurs in scayt code so you might want to report it to them.

comment:2 Changed 12 years ago by WebSpellChecker.net

WebSpellChecker.net confirms the problem in SCAYT core for IE9 quirks mode. IE running any other mode does not have this problem.

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