Comment #62 on issue 19586 by Simetrical: MediaWiki page display issue http://code.google.com/p/chromium/issues/detail?id=19586
@59: 1) There are thousands of sites on older versions of MediaWiki, many probably unmaintained, so it's unlikely you could get them all to upgrade. 2) The version with the fix (1.16) isn't even released yet anyway. (A workaround is to remove the contents of skins/monobook/KHTMLFixes.css.) 3) It didn't just use UA sniffing, it used a JavaScript check too, so changing the UA string wouldn't help: navigator.vendor == 'KDE' || ( document.childNodes && !document.all && !navigator.taintEnabled ). Unfortunately, there's no realistic solution except to do a site-specific hack in WebKit. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
