Side navigation
#8588 closed bug (invalid)
Opened March 22, 2011 05:17PM UTC
Closed March 22, 2011 07:35PM UTC
Last modified May 02, 2011 05:59AM UTC
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
Attachments (0)
Change History (6)
Changed March 22, 2011 07:28PM UTC by comment:1
component: | unfiled → misc |
---|---|
status: | new → open |
Changed March 22, 2011 07:34PM UTC by comment:2
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).
Changed March 22, 2011 07:34PM UTC by comment:3
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.
Changed March 22, 2011 07:35PM UTC by comment:4
resolution: | → invalid |
---|---|
status: | open → closed |
Closing as this does what it claims in the docs.
Changed March 22, 2011 07:37PM UTC by comment:5
keywords: | → needsdocs |
---|
Changed May 02, 2011 05:59AM UTC by comment:6
keywords: | needsdocs |
---|
Docs updated. Removing needsdocs.
Confirmed by five different users. Here's a quick jsFiddle http://jsfiddle.net/HdW5H/ for testing.