Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

userAgent - OS X version issue. Why is it that if I'm on OS X 10.7.5, the userAgent only reports 10.7?

  • 1 reply
  • 1 has this problem
  • 1 view
  • Last reply by user633449

more options

I am trying to identify exactly the version of the Mac OS X the clients are using, in order to display (or not) an information message.

To my surprise, when calling in javascript: navigator.userAgent this is working great in Safari/Chrome (ie. 10_7_5), but not in FF 21.0 (only 10.7 is reported). Why do I also need the last minor in the OS version?! Because a serious kernel bug present in OS X 10.8, 10.8.1, 10.8.2 and 10.8.3 was fixed in 10.8.4. If the user is not on 10.8.4 or later, I want to display an information message. SO, HOW CAN I DO THIS IN FF, WITHOUT ASKING THE USER TO RUN/ INSTALL A Java Applet, AR NAY ADDITIONAL JUNK?

Why FF no longer displays the full OS version when calling the navigator.userAgent?

Thank you,

Teddy.

I am trying to identify exactly the version of the Mac OS X the clients are using, in order to display (or not) an information message. To my surprise, when calling in javascript: navigator.userAgent this is working great in Safari/Chrome (ie. 10_7_5), but not in FF 21.0 (only 10.7 is reported). Why do I also need the last minor in the OS version?! Because a serious kernel bug present in OS X 10.8, 10.8.1, 10.8.2 and 10.8.3 was fixed in 10.8.4. If the user is not on 10.8.4 or later, I want to display an information message. SO, HOW CAN I DO THIS IN FF, WITHOUT ASKING THE USER TO RUN/ INSTALL A Java Applet, AR NAY ADDITIONAL JUNK? Why FF no longer displays the full OS version when calling the navigator.userAgent? Thank you, Teddy.

All Replies (1)

more options

User Agent doesn't display minor OS versions and there is no way to force it to. If you are running an enterprise you should begin to make your users update other ways.