Skip to main content

Bug Tracker

Side navigation

#13015 closed bug (duplicate)

Opened December 07, 2012 01:53PM UTC

Closed December 07, 2012 02:11PM UTC

Backbone Events are not binded to element with class name in an inline SVG tag

Reported by: rhodesbe@gmail.com Owned by:
Priority: undecided Milestone: None
Component: selector Version: 1.8.3
Keywords: Cc:
Blocked by: Blocking:
Description

Backbone Events are not binded to element with class name in an inline SVG tag. Here is the JS fiddle example:

http://jsfiddle.net/nocircleno/p2Php/10/

This works perfect with jQuery 1.7.2.

Attachments (0)
Change History (1)

Changed December 07, 2012 02:11PM UTC by gibson042 comment:1

_comment0: Duplicate of #10791.[[BR]]Use `[class="foo"]` when selecting SVG elements by class: http://jsfiddle.net/p2Php/11/1354889656141736
component: unfiledselector
resolution: → duplicate
status: newclosed

Duplicate of #10791.Use [class~="foo"] when selecting SVG elements by class: http://jsfiddle.net/p2Php/12/

Edit: corrected selector