Bug Tracker

Modify

Ticket #3624 (closed bug: duplicate)

Opened 4 years ago

Last modified 4 years ago

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 *

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.

Attachments

form.html Download (1.3 KB) - added by danf 4 years ago.
Example
form.2.html Download (1.3 KB) - added by danf 4 years ago.
Example opacity error

Change History

Changed 4 years ago by danf

Example

Changed 4 years ago by danf

Example opacity error

comment:1 Changed 4 years ago by flesler

  • Cc danf, flesler added
  • Owner flesler deleted
  • Component changed from unfilled to fx

Could this be possibly related to #3502 ?

comment:2 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

Dup of #3502

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.