Side navigation
#7776 closed bug (duplicate)
Opened December 14, 2010 08:51AM UTC
Closed December 14, 2010 11:01AM UTC
Last modified March 14, 2012 01:42AM UTC
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
Attachments (0)
Change History (7)
Changed December 14, 2010 09:03AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed December 14, 2010 09:17AM UTC by comment:2
Replying to [comment:1 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. ----- How to report bugs
here you go
regards
Changed December 14, 2010 11:01AM UTC by comment:3
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.
Changed December 14, 2010 11:01AM UTC by comment:4
resolution: | → duplicate |
---|---|
status: | reopened → closed |
Changed January 31, 2011 05:53PM UTC by comment:6
version: | 1.4.4 → 1.5 |
---|
There wasn't a 1.4.5 release, was actually 1.5.
Changed January 31, 2011 05:55PM UTC by comment:7
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