Side navigation
#3094 closed bug (invalid)
Opened June 26, 2008 10:47PM UTC
Closed June 23, 2010 03:22AM UTC
IE does not fade as expected on set transparent values (not 0 or 1)
| Reported by: | Sjeiti | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | effects | Version: | 1.2.6 |
| Keywords: | IE fadein fadeout | Cc: | |
| Blocked by: | Blocking: |
Description
Check here: http://www.sjeiti.com/iefadein.html
Firefox will fade correctly from 0 to 0.5 and vice versa.
IE 6 an 7 however will fade from 0 to 100 and vice versa, even when the starting value is filter: alpha(opacity=50);.
Have not checked Safari.
Attachments (0)
Change History (1)
Changed June 23, 2010 03:22AM UTC by comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
Test case is missing now, but I suspect the stylesheet was missing an opacity:0.5 which is what the fade would be looking for.