Modify ↓
Ticket #4306 (closed bug: worksforme)
children selector error in opera
| Reported by: | gogloid | Owned by: | gogloid |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | children selector opera | Cc: | |
| Blocking: | Blocked by: |
Description
$('ul',element).append('<li>something</li>').children('li:last').length is 0 in Opera (9.64) but $('ul',element).append('<li>something</li>').children('li:last').length is 1 in Firefox (3. 0. 7.)
Change History
comment:1 Changed 3 years ago by miketaylr
- Status changed from new to closed
- Resolution set to invalid
comment:2 Changed 3 years ago by miketaylr
- Status changed from closed to reopened
- Resolution invalid deleted
- Milestone 1.4 deleted
comment:3 Changed 3 years ago by miketaylr
- Keywords needsreview added
- Owner changed from john to gogloid
- Status changed from reopened to pending
Can you verify if this still happens using the latest jQuery? If so, can you reopen with a working test case? Thanks.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Please reopen with a working test case.