Side navigation
#7110 closed bug (duplicate)
Opened October 03, 2010 02:32AM UTC
Closed October 04, 2010 09:38PM UTC
.hide().fadeIn with appendto caused FF to insert 'style="display: block;" ' into <tr>
Reported by: | davej | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.2 |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using
$row.hide().fadeIn("slow").appendTo("#orderedItems table tbody");
in Firefox 3.6.8 causes the inserted row to contain 'style="display: block;"'. This, in turn, causes the <td>'s to be only as wide as the data they contain. Very ugly. This is not a problem in Chrome, Opera, or IE8.
Full code attached.
Probably a dup of #3383 but slightly different case.