#7776 closed bug (duplicate)
empty tbody not found in jQuery 1.4.4
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | selector | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hi,
i have a table like:
<table> <thead> ... </thead> <tbody></tbody> </table>
in jQuery 1.4.4, if i have 'thead' as jQuery object, the following does not find the table body:
$('tbody', head.parent());
i also tested in 1.4.3 and 1.4.2, in this versions everything works as expected.
i used FF3.6, not tested in other browsers
regards
Change History (7)
comment:1 follow-up: 2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Replying to jitter:
Thanks for taking the time to contribute to the jQuery project by writing a bug report.
After checking your report I made up this test case, but I can't reproduce your problem. This seems to work fine for me. Closing for now.
Please report back if you can provide a test case which reproduces your problem.
here you go
http://jsfiddle.net/32H2F/10/
regards
comment:3 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | 1.next → 1.4.5 |
Priority: | undecided → high |
Resolution: | worksforme |
Status: | closed → reopened |
Thanks for reporting back with a the test case. This has already been fixed in the current dev-version
Your test case using jquery-git version.
comment:4 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
comment:6 Changed 12 years ago by
Version: | 1.4.4 → 1.5 |
---|
There wasn't a 1.4.5 release, was actually 1.5.
comment:7 Changed 12 years ago by
Milestone: | 1.4.5 → 1.5 |
---|
There was no 1.4.5 release, was actually 1.5.
Thanks for taking the time to contribute to the jQuery project by writing a bug report.
After checking your report I made up this test case, but I can't reproduce your problem. This seems to work fine for me. Closing for now.
Please report back if you can provide a test case which reproduces your problem.
How to report bugs