Modify ↓
Ticket #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 |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


Example