#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
Component: | unfiled → misc |
---|---|
Status: | new → open |
comment:2 Changed 12 years ago by
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
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
Resolution: | → invalid |
---|---|
Status: | open → closed |
Closing as this does what it claims in the docs.
comment:5 Changed 12 years ago by
Keywords: | needsdocs added |
---|
Note: See
TracTickets for help on using
tickets.
Confirmed by five different users. Here's a quick jsFiddle http://jsfiddle.net/HdW5H/ for testing.