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)
Change History (5)
Changed November 25, 2009 05:28PM UTC by comment:1
Changed December 24, 2009 05:28PM UTC by 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 comment:3
component: | unfiled → fx |
---|
i can confirm the issue.