Skip to main content

Search and Top Navigation

#4736 closed bug (duplicate)

Opened August 01, 2009 02:18AM UTC

Closed January 11, 2011 01:59PM UTC

Last modified January 11, 2011 02:00PM UTC

Highlight fails on element with CSS3 background transparency

Reported by: ab Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.effects.* (individual effect) Version: 1.7.2
Keywords: css3 Cc:
Blocked by: Blocking:
Description

Trying to do a highlight on an element with CSS3 semi-transparent background-color fails with error "fx.end is undefined" on FF3.

Attachments (0)
Change History (6)

Changed November 16, 2009 07:01AM UTC by jzaefferer comment:1

milestone: TBD1.8

Are you referring to the CSS opacity style?

Changed July 13, 2010 11:33AM UTC by theallan comment:2

I can add a little bit more to the original bug report (I found this one while Googling for an answer). It would appear that any element which has an rgba() style with an opacity which is not 1 will hit this problem. I would guess that what ever is calculating the end point is unable to do so, and hence we hit this problem.

I can create a demo of this error occurring if that is of any help.

Changed October 11, 2010 02:53PM UTC by besh comment:3

Changed December 19, 2010 12:40PM UTC by aidan comment:4

A patch has been proffered for this in http://bugs.jqueryui.com/ticket/5215

Changed January 11, 2011 01:59PM UTC by scottgonzalez comment:5

resolution: → duplicate
status: newclosed

Changed January 11, 2011 02:00PM UTC by scottgonzalez comment:6

Duplicate of #5215.