https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113011

Revision: 113011
Author:   amire80
Date:     2012-03-05 10:12:31 +0000 (Mon, 05 Mar 2012)
Log Message:
-----------
Removed blacklisting of IE8 on Windows XP. Nobody can reproduce bug 32775 any 
more.

Modified Paths:
--------------
    trunk/extensions/WebFonts/resources/ext.webfonts.js

Modified: trunk/extensions/WebFonts/resources/ext.webfonts.js
===================================================================
--- trunk/extensions/WebFonts/resources/ext.webfonts.js 2012-03-05 10:09:28 UTC 
(rev 113010)
+++ trunk/extensions/WebFonts/resources/ext.webfonts.js 2012-03-05 10:12:31 UTC 
(rev 113011)
@@ -180,9 +180,6 @@
                                if ( /MSIE 6/i.test( ua ) ) {
                                        // IE6 doesn't have font fallbacks
                                        return false;
-                               } else if ( /MSIE 8/i.test( ua ) && /Windows NT 
5.1/i.test( ua ) ) {
-                                       // IE8 on XP has occasional gibberish 
bug
-                                       return false;
                                }
                        }
                        return true;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to