Opened 14 years ago
Closed 12 years ago
#4489 closed bug (worksforme)
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)
Change History (4)
Changed 14 years ago by
Attachment: | testcase.html added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Forgot to say that I'm using the 1.0.154.53 (the one that you download when go to the download page).
comment:3 Changed 12 years ago by
Milestone: | 1.3.2 → 1.4.4 |
---|---|
Priority: | undecided → high |
Resolution: | → worksforme |
Status: | new → closed |
Issue no longer exists:
Note: See
TracTickets for help on using
tickets.
Works for me on Chrome 2.0.171.0/2.0.172.2