Opened 13 years ago
Closed 13 years ago
#5391 closed bug (fixed)
jQuery.browser show wrong information under chromium
Reported by: | maxpowel | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.4 |
Component: | core | Version: | 1.4a1 |
Keywords: | browser | Cc: | |
Blocked by: | Blocking: |
Description
When using $browser.safari under chromium the value true is received. You can test it easily on this page http://docs.jquery.com/Utilities/jQuery.browser in the example
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.3.2 → 1.4a1 |
Note: See
TracTickets for help on using
tickets.
I think this is one of the reasons why
jQuery.browser
is deprecated. Since both Chrome and Safari use the same webkit core engine, and it's testing for the string "webkit", it returns true.So it sounds like you're asking for Safari to be false for Chrome.