Page MenuHomePhabricator

Page with many styles shows javascript error in IE8
Closed, ResolvedPublic

Description

A page with many style sheets (from geshi, but that looks unrelated) gets a script error in IE8.
A simple debugging shows a error in private function addLink of the mw.loader at the line el.href=url;

When visiting [[List of Hello world program examples]] with IE8 he gives me (for a german installation):

Details zum Fehler auf der Webseite

Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C)
Zeitstempel: Sun, 14 Apr 2013 19:10:55 UTC

Meldung: Script error
Zeile: 0
Zeichen: 0
Code: 0
URI: https://bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&lang=de&modules=jquery%2Cmediawiki%2CSpinner%7Cjquery.triggerQueueCallback%2CloadingSpinner%2CmwEmbedUtil%7Cmw.MwEmbedSupport&only=scripts&skin=monobook&version=20130401T172113Z

Meldung: Script error
Zeile: 0
Zeichen: 0
Code: 0
URI: https://bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&lang=de&modules=jquery%2Cmediawiki%2CSpinner%7Cjquery.triggerQueueCallback%2CloadingSpinner%2CmwEmbedUtil%7Cmw.MwEmbedSupport&only=scripts&skin=monobook&version=20130401T172113Z

Meldung: Script error
Zeile: 0
Zeichen: 0
Code: 0
URI: https://bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&lang=de&modules=jquery%2Cmediawiki%2CSpinner%7Cjquery.triggerQueueCallback%2CloadingSpinner%2CmwEmbedUtil%7Cmw.MwEmbedSupport&only=scripts&skin=monobook&version=20130401T172113Z


Version: 1.22.0
Severity: normal

Details

Reference
bz47224

Event Timeline

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

(In reply to comment #0)

A simple debugging shows a error in private function addLink of the mw.loader
at the line el.href=url;

Any further info / output to paste for that error?

Debugging with debug=true

german:
Zeile: 10381
Fehler: Die href Eigenschaften konnten nicht festgelegt werden. Ungültiger Eigenschaftswert.

translation:
line: 10381
Error: Could not set the href property. Invalid property value.

Related to bug 47065

  • This bug has been marked as a duplicate of bug 47065 ***

Umherirrender: As bug 47065 is only supposed to happen on test2.wikipedia.org so far, did you experience the original problem in comment 0 on English Wikipedia, or where?

Yes, the problem exist on en.wp (and on de.wp). It looks like a dupe, because it effects the same line and the same version, test2 and en.wp are both on 1.22wmf1 at the moment.