Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
Description
$.browser.version return 2.0 in ff4
Change History
comment:1 Changed 2 years ago by addyosmani
- Status changed from new to open
- Component changed from unfiled to misc
comment:2 Changed 2 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 2 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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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