https://bugzilla.wikimedia.org/show_bug.cgi?id=41331
Lupo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Lupo <[email protected]> 2012-10-26 07:23:07 UTC --- IE7 and IE8 have problems with protocol-relative URLs. We learned this the hard way back in September 2011: https://commons.wikimedia.org/wiki/Commons:Administrators%27_noticeboard/Archive_30#Helpdesk_and_Villagepump_flooded_by_users_who_cannot_upload_using_upload_wizard https://commons.wikimedia.org/wiki/MediaWiki_talk:Gadget-HotCat.js/Archive02#HotCat_is_not_working Avoid using them in JavaScript. As a work-around, make sure any protocol-relative URL in your JS code is prefixed by document.location.protocol before using it in Ajax calls or script or CSS inclusions. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
