https://bugzilla.wikimedia.org/show_bug.cgi?id=23171

Derk-Jan Hartman <hart...@videolan.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tpars...@wikimedia.org
          Component|User interface              |Javascript
         AssignedTo|wikibug...@lists.wikimedia. |d...@ucsc.edu
                   |org                         |
           Severity|normal                      |major

--- Comment #9 from Derk-Jan Hartman <hart...@videolan.org> 2010-04-26 02:53:06 
CEST ---
IEFixes.js is loaded by wikibits.js under this condition:

var clientPC = navigator.userAgent.toLowerCase();
var ie6_bugs = /msie [4-6]/.test( clientPC );

This fails against the above listed useragent obviously. (For more MSIE
useragents see http://www.zytrax.com/tech/web/msie-history.html ). From another
website "InfoPath appears in the User Agent string because the user has the
Microsoft Office InfoPath rich client application installed on his/her
machine."

On MediaWiki:Common.js, for this reason we use (navigator.appVersion.substr(22,
1) == "6"), but that won't work for MSIE 4-5 of course. Other ideas ?

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to