Opened 15 years ago
Closed 15 years ago
#1372 closed bug (wontfix)
$.browser.version gives the wrong version
Reported by: | dalangalma | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
My user agent string is "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.4; .NET CLR 2.0.50727) Gecko/20070515 Firefox/2.0.0.4" and I get "1.8.1.4" as my version instead of "2.0.0.4".
Note: See
TracTickets for help on using
tickets.
That's correct - we intentionally get the version of the rendering engine (since the rendering engine is what you have to code against - allowing this to work with other Gecko browsers, like Camino).