Skip to main content

Bug Tracker

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.

Attachments (1)
  • jqueryFFbug.txt (0.9 KB) - added by davej October 03, 2010 02:33AM UTC.

    shows function that reproduces code

Change History (2)

Changed October 03, 2010 03:04AM UTC by dmethvin comment:1

Probably a dup of #3383 but slightly different case.

Changed October 04, 2010 09:38PM UTC by snover comment:2

resolution: → duplicate
status: newclosed

Duplicate of #2185.