FLUID-2845: jQuery has deprecated the jQuery.browser tests in favor of jQuery.support

Metadata

Source
FLUID-2845
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Eli Cochran
Created
2009-05-29T13:10:04.000-0400
Updated
2014-04-02T16:37:16.186-0400
Versions
  1. 1.0
  2. 1.1
  3. 1.1.1
  4. 1.1.2
Fixed Versions
  1. 1.5
Component
  1. Framework

Description

in version 1.3, jQuery deprecated the $.browser.<browsername> and $.browser.version tests in favor of jQuery.support
We can assume that these methods will be removed at some point in the future.

We have a number of instances of these tests which should be rewritten to use other methods of detection

Comments

  • Antranig Basman commented 2014-04-02T16:37:16.185-0400

    In this release we bundle a ripped-off version of jQuery's browser detect code with the framework, since it has been removed from jQuery 1.9 and later