[Webkit-unassigned] [Bug 23528] CSS transitions on opacity fail when used with visibility in certain circumstances

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 20 07:33:58 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23528





------- Comment #3 from shawn at frozen-o.com  2009-02-20 07:33 PDT -------
(In reply to comment #2)
> I have done some analysis on this bug.My observations are:
> Its working fine in safari browser ,but not working in IE.As the opacity is new
> property introduced in CSS3.Neither IE 6 nor 7 support the CSS 3 opacity
> property. Instead, IE supports a Microsoft-only property "alpha filter". So, to
> get transparency in IE, opacity should be multiplied by 100 and an alpha filter
> should be added  to the style .
> e.g., filter:Alpha(opacity 1to 100) property is to be used to get the changes
> refelected in IE.
> 

I just updated WebKit to the latest nightly (r41071) and it still shows this
incorrect behavior. Also, very confused as to what IE has to do with anything.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list