Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
comment:2 Changed 4 years ago by ecentinela
Forgot to say that I'm using the 1.0.154.53 (the one that you download when go to the download page).
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

