Skip to main content

Bug Tracker

Side navigation

#6568 closed bug (duplicate)

Opened May 14, 2010 02:27AM UTC

Closed May 14, 2010 04:49PM UTC

Last modified May 14, 2010 08:55PM UTC

$('#id > some_tag:first') does not work in Chrome

Reported by: mmmikeyyy Owned by:
Priority: Milestone: 1.4.3
Component: selector Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

in Chrome, the above syntax is not working.

Had to convert all occurrences to

$('#id').children('some_tag:first')

Syntax in title returns 0-length set in Chrome. Works in IE, Safari and FF.

If :first is replaced with :eq(0), it works.

Note: ":last" works fine in all browsers.

Question: when a bug is fixed, how can we get the fix without having to wait months for the next version??

Attachments (0)
Change History (2)

Changed May 14, 2010 04:49PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #6519, which says this is a webkit bug. Is this a shipping version of Chrome, or a nightly?

Changed May 14, 2010 08:55PM UTC by mmmikeyyy comment:2

it's this version of Chrome: 6.0.401.1 dev

(shipping version)