Skip to main content

Bug Tracker

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.

Attachments (2)
  • form.2.html (1.3 KB) - added by danf November 19, 2008 01:21PM UTC.

    Example opacity error

  • form.html (1.3 KB) - added by danf November 19, 2008 01:20PM UTC.

    Example

Change History (2)

Changed November 19, 2008 10:50PM UTC by flesler comment:1

cc: → danf, flesler
component: unfilledfx
owner: flesler

Could this be possibly related to #3502 ?

Changed January 17, 2009 07:31PM UTC by dmethvin comment:2

resolution: → duplicate
status: newclosed

Dup of #3502