Skip to main content

Bug Tracker

Side navigation

#4306 closed bug (worksforme)

Opened March 07, 2009 05:17PM UTC

Closed November 05, 2010 02:17AM UTC

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:
Blocked by: Blocking:
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.)

Attachments (0)
Change History (5)

Changed October 26, 2010 06:58PM UTC by miketaylr comment:1

resolution: → invalid
status: newclosed

Please reopen with a working test case.

Changed October 26, 2010 08:13PM UTC by miketaylr comment:2

milestone: 1.4
resolution: invalid
status: closedreopened

Changed October 26, 2010 08:14PM UTC by miketaylr comment:3

keywords: children selector operachildren selector opera needsreview
owner: johngogloid
status: reopenedpending

Can you verify if this still happens using the latest jQuery? If so, can you reopen with a working test case? Thanks.

Changed October 28, 2010 12:27AM UTC by jitter comment:4

_comment0: 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 poster1288225686228821

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

Changed November 05, 2010 02:17AM UTC by dmethvin comment:5

keywords: children selector opera needsreviewchildren selector opera
resolution: → worksforme
status: pendingclosed

Thanks jitter!