Bug Tracker

Modify

Ticket #4492 (closed bug: duplicate)

Opened 4 years ago

Last modified 4 years ago

show(speed) looses table-rowspan attribute

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

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.

Change History

comment:1 Changed 4 years ago by dmethvin

  • need changed from Review to Test Case
  • Component changed from unfilled to fx

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?

comment:2 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

Consolidated at #4535

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.