Side navigation
#1752 closed bug (duplicate)
Opened September 29, 2007 08:23PM UTC
Closed November 16, 2007 01:23AM UTC
.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.
Attachments (0)
Change History (1)
Changed November 16, 2007 01:23AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
This is a duplicate of #960