#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:
Change History (2)
comment:1 Changed 13 years ago by
Keywords: | SCAYT removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 13 years ago by
WebSpellChecker.net confirms the problem in SCAYT core for IE9 quirks mode. IE running any other mode does not have this problem.
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
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.