Skip to main content

Bug Tracker

Side navigation

#5632 closed bug (fixed)

Opened December 10, 2009 01:41PM UTC

Closed September 28, 2010 09:59PM UTC

Alpha filter name in upper case is not processed properly when setting opacity

Reported by: Peter de Backer Owned by:
Priority: major Milestone: 1.4.3
Component: css Version: 1.4.2
Keywords: opacity Alpha alpha Cc:
Blocked by: Blocking:
Description

the $(element).css('opacity', 20); or a fadeTo(..) operation doesn't work if an element style is using the following style definition (IE):

style="filter:progid:DXImageTransform.Microsoft.Alpha(opacity='50')"

The problem is the string 'Alpha'. Replace it with 'alpha' and it works fine. I'm not sure what the offical MS specs are about this filter name, but the MS documentation is using 'Alpha' with a capital A.

The AjaxControlToolkit.Common.js is also using the upper case 'Alpha' to set tranparancy. This makes jQuery incompatible with the MS ASP AjaxControlToolkit.

Attachments (0)
Change History (3)

Changed June 13, 2010 07:10PM UTC by dmethvin comment:1

component: unfiledattributes

Changed June 18, 2010 02:41AM UTC by dmethvin comment:2

component: attributescss

Changed September 28, 2010 09:59PM UTC by john comment:3

milestone: 1.41.4.3
resolution: → fixed
status: newclosed
version: 1.3.21.4.2