Page MenuHomePhabricator

MMV/OOjs: IE7 reports an error on pages
Closed, ResolvedPublic

Description

When I use IE7 to visit a page, I get the uncaught error:

SCRIPT1010: Expected identifier
load.php, line 81 character 619

I think it means that it's tripping over OOjs usage of the super and static reserved words. The only modules using OOjs currently are MMV according to mw.inspect


Version: master
Severity: normal

Details

Reference
bz66713

Related Objects

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:17 AM
bzimport set Reference to bz66713.
bzimport added a subscriber: Unknown Object (MLST).

OOjs supports IE6-8 now, although it's not clear to me from the commit message of https://gerrit.wikimedia.org/r/#/c/140436/ whether it does that out of the box or an ES5 shim still needs to be added by the caller.

This should now be fixed in MediaWiki 1.24wmf11.