Opened 14 years ago
Closed 14 years ago
#3624 closed bug (duplicate)
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 *
"").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.
Attachments (2)
Change History (4)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Cc: | danf flesler added |
---|---|
Component: | unfilled → fx |
Owner: | flesler deleted |
Could this be possibly related to #3502 ?
Note: See
TracTickets for help on using
tickets.
Example