Skip to main content

Bug Tracker

Side navigation

#1372 closed bug (wontfix)

Opened July 07, 2007 06:58PM UTC

Closed July 21, 2007 01:46PM UTC

$.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".

Attachments (0)
Change History (1)

Changed July 21, 2007 01:46PM UTC by john comment:1

resolution: → wontfix
status: newclosed

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).