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 comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed October 26, 2010 08:13PM UTC by comment:2
milestone: | 1.4 |
---|---|
resolution: | invalid |
status: | closed → reopened |
Changed October 26, 2010 08:14PM UTC by comment:3
keywords: | children selector opera → children selector opera needsreview |
---|---|
owner: | john → gogloid |
status: | reopened → pending |
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 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 poster → 1288225686228821 |
---|
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
Changed November 05, 2010 02:17AM UTC by comment:5
keywords: | children selector opera needsreview → children selector opera |
---|---|
resolution: | → worksforme |
status: | pending → closed |
Thanks jitter!
Please reopen with a working test case.