diff options
| author | Caitlin Potter | 2014-01-20 11:21:50 -0500 |
|---|---|---|
| committer | Caitlin Potter | 2014-01-22 14:51:47 -0500 |
| commit | e0209169bf1463465ad07484421620748a4d3908 (patch) | |
| tree | 019e3863a8ae8fca21910f0073fdd2e418c5e503 /test/jqLiteSpec.js | |
| parent | b07afa0465b73c00e7f6d7a9479011360eb29b82 (diff) | |
| download | angular.js-e0209169bf1463465ad07484421620748a4d3908.tar.bz2 | |
fix(a): don't preventDefault on click when SVGAElement has an xlink:href attribute
Before this change, an SVGAElement with an xlink:href attribute and no href or name attribute which
was compiled by the angular HTML compiler would never be clickable, due to the htmlAnchorDirective
calling event.preventDefault() due to the missing href attribute.
This change corrects this behaviour by also testing the xlink:href attribute if the element in
question is determined to be an SVG anchor tag (with the href property having type SVGAnimatedString)
Closes #5896
Closes #5897
Diffstat (limited to 'test/jqLiteSpec.js')
0 files changed, 0 insertions, 0 deletions
