Skip to main content

Bug Tracker

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

Attachments (0)
Change History (2)

Changed October 19, 2009 02:18AM UTC by dmethvin comment:1

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.

Changed December 09, 2009 06:44AM UTC by john comment:2

resolution: → fixed
status: newclosed
version: 1.3.21.4a1