Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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/
-> Firefox: the state outlines fade away -> Chrome: nothing
Change History
comment:2 Changed 10 months ago by dmethvin
- Owner set to dkordik.public@…
- Status changed from new to pending
Seems to work for me on the jquery-git (edge) version. Can you confirm?
comment:3 Changed 10 months ago by Dan Kordik <dkordik.public@…>
Yes- selected jsFiddle's "jQuery (edge)" library, confirmed.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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