Skip to main content

Bug Tracker

Side navigation

#4492 closed bug (duplicate)

Opened April 05, 2009 02:35AM UTC

Closed April 14, 2009 04:08PM UTC

show(speed) looses table-rowspan attribute

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

Using $(".ColumnName").show("slow");

where <th rowspan = 5>

to make visible a column results in loss of the rowspan.

This does not happen if no speed is used

$(".ColumnName").show();

works fine and the rowspan is retained.

Attachments (0)
Change History (2)

Changed April 11, 2009 03:24PM UTC by dmethvin comment:1

component: unfilledfx
need: ReviewTest Case

When no speed is given the code simply changes the

display
property, but when there is a speed it uses the
animate
method. So something in the animation must be clearing the rowspan.

Can you create a simple test case?

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

resolution: → duplicate
status: newclosed

Consolidated at #4535