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

       Web browser: ---
             Bug #: 35906
           Summary: Don't send JavaScript to incompatible browser
           Product: MediaWiki
           Version: 1.20alpha (git master)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Resource Loader
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---


I'm sure I already reported this but, but I can't find it, so either I have a
serious problem to remember things or the database.

./resources/startup.js should load jQuery and everything else only for
compatible browsers. But currently only IE < 6 is blocked, everything else is
still only a TODO comment. In the meantime jQuery has changed, so is no longer
compatible with some old browsers [1].

You should block:
* FF < 2
* Safari < 3
* Opera < 10 (this has changed, see also bug 31691)
* Chrome < 1

[1] http://docs.jquery.com/Browser_Compatibility

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to