Skip to main content

Bug Tracker

Side navigation

#4489 closed bug (worksforme)

Opened April 03, 2009 03:06PM UTC

Closed October 27, 2010 01:42AM UTC

Chrome bug on elements selection (Sizzle)

Reported by: ecentinela Owned by: john
Priority: high Milestone: 1.4.4
Component: selector Version: 1.3.2
Keywords: sizzle chrome Cc:
Blocked by: Blocking:
Description

On chrome, I can't select nodes inside a parent node if the parent node is not inserted on the document, and the selection is a "multi element selection".

Provided a test case with the minimum code to fail. The code creates a div with two divs inside. The inner divs have an id (but fails with class names too).

I can select the inner divs with "div.find('div')" but not with "div.find('#one, #two')".

Hope it helps.

Thanks.

Attachments (1)
  • testcase.html (0.6 KB) - added by ecentinela April 03, 2009 03:06PM UTC.
Change History (3)

Changed April 04, 2009 12:09AM UTC by pbcomm comment:1

Works for me on Chrome 2.0.171.0/2.0.172.2

Changed April 04, 2009 09:32AM UTC by ecentinela comment:2

Forgot to say that I'm using the 1.0.154.53 (the one that you download when go to the download page).

Changed October 27, 2010 01:42AM UTC by rwaldron comment:3

milestone: 1.3.21.4.4
priority: undecidedhigh
resolution: → worksforme
status: newclosed

Issue no longer exists:

http://jsfiddle.net/rwaldron/gM3Xf/1/