Side navigation
#3624 closed bug (duplicate)
Opened November 19, 2008 01:20PM UTC
Closed January 17, 2009 07:31PM UTC
Opacity on IE7
Reported by: | danf | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | effects | Version: | 1.2.6 |
Keywords: | IE7, show, hide, opacity, text | Cc: | danf, flesler |
Blocked by: | Blocking: |
Description
***************
Line: 1106
***************
elem.filter = (elem.filter || "").replace( /alpha\\([^)]*\\)/, "" ) +
(parseInt( value ) + '' == "NaN" ? "" : "alpha(opacity=" + value * 100 + ")");
***************
After process hide to show. The text "<LABEL>Text</LABEL>" have a little transparency on IE7. I comment this line(:1106) for cancel opacity then it's works.
Fussia, Daniel.
from brazil.
Could this be possibly related to #3502 ?