https://bugzilla.wikimedia.org/show_bug.cgi?id=34542
Michael M. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Lowest |Highest Target Milestone|--- |1.19wmf deployment --- Comment #2 from Michael M. <[email protected]> 2012-02-21 08:57:57 UTC --- (In reply to comment #1) > RL has really changed since 1.18 so I doubt this problem is still around. > Could you test with SVN head or the 1.19 branch? The main change is that RL is now even faster, which means that document.write is used more often. The problem is reproducible on beta.wmflabs: 1. Visit http://de.wikipedia.beta.wmflabs.org/w/index.php?title=Spezial:Einstellungen#mw-prefsection-gadgets 2. Enable the gadget markAdmins ("markAdmins markiert auf Spezial-, Benutzer-, Diskussions-, Projekt-, Datei- und Hilfeseiten sowie in Versionsunterschieden und der Versionsgeschichte Benutzer mit erweiterten Rechten.") This gadget loads the real script with mw.loader.load. It should append an (A) to all usernames who are sysops. 3. Visit http://de.wikipedia.beta.wmflabs.org/wiki/Spezial:Letzte_%C3%84nderungen Since most of the users are sysops you should see an (A) after many usernames (at least Umherirrender (A/B), and Schnark (A)). But with Firefox 10 they are missing, instead you will find the above warning in the log. In browser which don't implement async loading like Firefox 3.6 and IE 8 the gadget works as expected. This bug seems to be the explanation for bug 34517, so I'll adjust milestone and importance to match those of 34517. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
