Opened 16 years ago
Closed 15 years ago
#1752 closed bug (duplicate)
.show() does not display <tr> elements properly
Reported by: | Matt | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When trying to show a hidden <tr> element with the show() method, the <tr> is displayed but not properly. (on firefox 2.0.0.7) In fact, the tr width seems like reduced, and all columns (td) are not aligned with the previous and next others.
This comes from the fact that the show() method set the css display property to block instead of ficing it to table-row.
Note: See
TracTickets for help on using
tickets.
This is a duplicate of #960