Side navigation
#5391 closed bug (fixed)
Opened October 18, 2009 06:55PM UTC
Closed December 09, 2009 06:44AM UTC
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
I think this is one of the reasons why
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.