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

       Web browser: ---
             Bug #: 32147
           Summary: is_ff2 in wikibits.js will break on Firefox 10 and
                    later
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Javascript
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: br...@wikimedia.org
                CC: tpars...@wikimedia.org
    Classification: Unclassified


Firefox version numbers are going up waaaaay faster since the new release
schedule this year; 10 will be coming up in a few months.

This code ain't gonna cut it:

  // For accesskeys; note that FF3+ is included here!
  window.is_ff2 = /firefox\/[2-9]|minefield\/3/.test( clientPC );

It's also pretty generally wrong and should probably not be being used by
anything. :P

-- 
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