#12626 closed bug (wontfix)
Binding to SVG nodes with a class selector broken by 1.8.2
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | event | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The same event binding works in 1.8.1, but not in 1.8.2. In this example, the circle should turn red on hover:
jQuery 1.8.1: http://jsfiddle.net/3aEcw/
jQuery 1.8.2: http://jsfiddle.net/mvFrJ/
Change History (6)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
See #10791 and use [class~="classname"] instead.
Keeping this open because I'm not sure what changed between 1.8.1 and 1.8.2, since we had closed it wontfix long ago.
comment:3 Changed 11 years ago by
Component: | unfiled → event |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
Unfortunately, we don't support SVG, and even though this worked in the past, it's not something we're supporting so we're not going to fix it for now. If we decide to support SVG in the future, we'll reopen and address this issue.
Thanks!
Note: See
TracTickets for help on using
tickets.
(I confirmed the issue on Chrome 22, WebKit Nightly, and FireFox 15.)