Skip to main content

Bug Tracker

Side navigation

#5451 closed bug (duplicate)

Opened November 04, 2009 08:26PM UTC

Closed October 24, 2010 04:14PM UTC

Last modified March 10, 2012 10:41AM UTC

FadeIn on a table row works in all browsers but NOT IE8

Reported by: strazz Owned by:
Priority: major Milestone: 1.3.2
Component: effects Version: 1.3.2
Keywords: fadein table rows ie8 Cc:
Blocked by: Blocking:
Description

OK, I've got a demo page setup for this:

http://www.safehealthinsurance.com/applytestsimple.php

There are two buttons at the bottom:

1. "showspousefadein('normal')"

2. "showspouseshow()"

What it does is show and hide a table row:

<tr id="rowSpouse" style="display:none;">

The "fadein" button does not work, but the "show()" button does work... I just found this out because a user couldn't make it work. I have since changed all of my "FadeIn" calls to "Show()" but this is still a bug. It only appears with IE8... IE7, Firefox, Chrome all work with the "FadeIn" call.

Attachments (1)
  • jqueryissue.png (62.7 KB) - added by strazz November 04, 2009 08:27PM UTC.
Change History (5)

Changed November 25, 2009 05:28PM UTC by exactt comment:1

i can confirm the issue.

Changed December 24, 2009 05:28PM UTC by ChrisE comment:2

I too have this issue. FadeTo also doesn't work for tr in IE8 and show cannot be used a workaround.

Changed June 13, 2010 06:25PM UTC by dmethvin comment:3

component: unfiledfx

Changed October 24, 2010 04:14PM UTC by addyosmani comment:4

keywords: → fadein table rows ie8
resolution: → duplicate
status: newclosed

Closing as duplicate. This issue appears in #6895, #4512 (more specific to the cause).

Changed October 24, 2010 04:14PM UTC by addyosmani comment:5

Duplicate of #6895.