#12138 closed bug (fixed)
fadeOut doesn't work in Chrome on basic SVG elements
Reported by: | Owned by: | ||
---|---|---|---|
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
comment:2 Changed 11 years ago by
Owner: | set to dkordik.public@… |
---|---|
Status: | new → pending |
Seems to work for me on the jquery-git (edge) version. Can you confirm?
comment:4 Changed 11 years ago by
Milestone: | None → 1.8 |
---|---|
Resolution: | → fixed |
Status: | pending → closed |
Ok, then it was fixed in the effects rewrite.
comment:5 Changed 11 years ago by
Component: | unfiled → effects |
---|
Note: See
TracTickets for help on using
tickets.
Reduction:
http://jsfiddle.net/dkordik/MZxD6/
Appears to have been introduced between jQuery 1.2.6 and 1.3.2