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??
Duplicate of #6519, which says this is a webkit bug. Is this a shipping version of Chrome, or a nightly?