OS: Windows XP
Browser: Firefox 5.0 (use it and update it from 3.5)
Jquery: 1.6.2(from cdn http://code.jquery.com/jquery.min.js)
In my jquery script I use browser detection feature and it returns me 1.9.2.15 version, but here : http://en.wikipedia.org/wiki/Mozilla_Firefox_5#Version_5.0 there is no such version! Also I have problem because my script thinks that it work with Firefox 3.6 instead of 5.0.
Is this firefox's user agent bug or jquery?
Thanks.
UPD: it seems this is firefox bug, checked with http://developer.yahoo.com/yui/examples/yahoo/yahoo_ua_detection_clean.html and it created object YAHOO.env.ua with value gecko :1.92 !!!
UPD2: Checked my browser with http://davecardwell.co.uk/javascript/jquery/plugins/jquery-browserdetect/ it detected You are using version: 3.6.15 (3.6)
UPD3: Tested on Windows 7 with clean firefox - UA version = 5.0
UPD4: Posted to bugzilla https://bugzilla.mozilla.org/show_bug.cgi?id=669267
UPD5: Sorry everyone, found in "about:config" string replacement. It was old plugin bug.Thank to firefox developers for answer. Question closed. I will not remove this question so everyone will know to check "about:config" before panic :)