Bug Tracker

Modify

Ticket #4306 (closed bug: worksforme)

Opened 4 years ago

Last modified 3 years ago

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

Please reopen with a working test case.

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.

comment:4 Changed 3 years ago by jitter

I can't reproduce the bug described. I tested with all jQuery 1.3.2, 1.4.2, 1.4.3 and jQuery 0 GIT and Opera 9.64, 10.10, 10.54 and 10.63 but none show the behavior described by the original poster

 test case

Last edited 3 years ago by jitter (previous) (diff)

comment:5 Changed 3 years ago by dmethvin

  • Keywords needsreview removed
  • Status changed from pending to closed
  • Resolution set to worksforme

Thanks jitter!

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.