Modify ↓
Ticket #12032 (closed bug: wontfix)
$.browser.safari returns true in latest Chrome release
| Reported by: | bryan@… | Owned by: | bryan@… |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The latest Chrome release for Mac (20.0.1132.47) looks like it changed it's user agent string and is causing jQuery's $.browser.safari function is returning true.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I wouldn't count on this being the last time, you can use navigator.userAgent to directly sniff out whatever you think is a more accurate detection.
Can you provide the full user agent for your browser?