Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#8588 closed bug (invalid)

Browser version in Firefox 4

Reported by: anonymous Owned by:
Priority: undecided Milestone: 1.next
Component: misc Version: 1.5.1
Keywords: Cc:
Blocked by: Blocking:

Description

$.browser.version return 2.0 in ff4

Change History (6)

comment:1 Changed 12 years ago by addyosmani

Component: unfiledmisc
Status: newopen

Confirmed by five different users. Here's a quick jsFiddle http://jsfiddle.net/HdW5H/ for testing.

comment:2 Changed 12 years ago by addyosmani

On further research, $.browser.version is actually supposed to be returning the current version of the browser rendering engine (and not the version of the browser itself). This is correct with respect to FF4 as it's using Gecko 2.0 (thus 2.0 as the output).

comment:3 Changed 12 years ago by addyosmani

If you need to check on browser version itself, try out http://jsfiddle.net/HdW5H/2/. We'll update the docs to ensure it's clearer with respect to what $.browser.version actually does.

comment:4 Changed 12 years ago by addyosmani

Resolution: invalid
Status: openclosed

Closing as this does what it claims in the docs.

comment:5 Changed 12 years ago by addyosmani

Keywords: needsdocs added

comment:6 Changed 12 years ago by addyosmani

Keywords: needsdocs removed

Docs updated. Removing needsdocs.

Note: See TracTickets for help on using tickets.