Opened 11 years ago
Closed 11 years ago
#12714 closed bug (duplicate)
.on(event, SELECTOR, callback) on SVG elements breaks with class selector
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Works with 1.7.2, broken with 1.8.2
Event: Mouse over the rectangle Expected behaviour: Two console logs (Hovered By Element and Hovered By Class) Behavious in jQ 1.8.2: Only Hovered By Element is triggered
In other words: with the selector "rect", it works in both versions with the selector ".myRect", it works only in 1.7.2
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
PS: Bug is not webkit / gecko dependent