Bug Tracker

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#12138 closed bug (fixed)

fadeOut doesn't work in Chrome on basic SVG elements

Reported by: dkordik.public@… Owned by: dkordik.public@…
Priority: undecided Milestone: 1.8
Component: effects Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

Description

fadeOut doesn't work in Google Chrome for basic SVG elements, such as PATH, LINE, CIRCLE, RECT. Though these elements do support the "opacity" attribute.

fadeOut appears to work as expected in Firefox.

Example page: http://trends.truliablog.com/vis/metro-movers/

$("path").fadeOut()

-> Firefox: the state outlines fade away -> Chrome: nothing

Change History (5)

comment:1 Changed 11 years ago by Dan Kordik <dkordik.public@…>

Reduction:

http://jsfiddle.net/dkordik/MZxD6/

Appears to have been introduced between jQuery 1.2.6 and 1.3.2

comment:2 Changed 11 years ago by dmethvin

Owner: set to dkordik.public@…
Status: newpending

Seems to work for me on the jquery-git (edge) version. Can you confirm?

comment:3 Changed 11 years ago by Dan Kordik <dkordik.public@…>

Yes- selected jsFiddle's "jQuery (edge)" library, confirmed.

comment:4 Changed 11 years ago by dmethvin

Milestone: None1.8
Resolution: fixed
Status: pendingclosed

Ok, then it was fixed in the effects rewrite.

comment:5 Changed 11 years ago by dmethvin

Component: unfiledeffects
Note: See TracTickets for help on using tickets.