Skip to main content

Bug Tracker

Side navigation

#4535 closed bug (duplicate)

Opened April 14, 2009 11:44AM UTC

Closed October 04, 2010 09:36PM UTC

using show with parameters removes attributes from td

Reported by: tonyt Owned by:
Priority: major Milestone: 1.4
Component: effects Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

Test case

<table>

<tbody>

<tr>

<td id="hcol" colspan = "4" style="display:none"> somedata</td>

</tr>

<tr>

<td>one</td>

<td>one</td>

<td>one</td>

<td>one</td>

</tr>

</tbody>

</table>

Then after

$("#hcol").show("normal");

from the table the colspan atribute is removed and the structure

of the table is lost.

Attachments (1)
Change History (5)

Changed April 14, 2009 04:07PM UTC by dmethvin comment:1

Same as #4492 (that time with

rowspan
) but a better generic description. Can you provide a complete test case?

Changed April 14, 2009 04:08PM UTC by dmethvin comment:2

component: unfilledfx

Changed April 15, 2009 11:19AM UTC by tonyt comment:3

Sure. See the attached file

Thanks

Tony

Changed December 08, 2009 01:06AM UTC by petersendidit comment:4

The problem was that jQuery was using display:block for all animations, but doesn't need to when the element is a table, tbody, tr, td, th

http://github.com/petersendidit/jquery/commit/0017c96739387b24cbb7bd1a9506eb0950dbbe4c

Changed October 04, 2010 09:36PM UTC by snover comment:5

resolution: → duplicate
status: newclosed

Duplicate of #2185.