angular.js/test/ng
Caitlin Potter e0209169bf 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
2014-01-22 14:51:47 -05:00
..
directive fix(a): don't preventDefault on click when SVGAElement has an xlink:href attribute 2014-01-22 14:51:47 -05:00
filter refactor(filterFilter): simplify code by a ternary op instead of if-else 2014-01-05 00:36:04 -08:00
anchorScrollSpec.js fix($sniffer): report history false on Android < 4 2012-05-14 15:12:51 -07:00
animateSpec.js fix(jqLite): use get/setAttribute so that jqLite works on SVG nodes 2013-09-27 12:38:27 -07:00
browserSpecs.js fix($browser): remove base href domain when url begins with '//' 2014-01-02 16:36:31 -08:00
cacheFactorySpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
compileSpec.js test(compileSpec): fix broken build on FF 2013-12-31 01:39:19 -08:00
controllerSpec.js fix(*): protect calls to hasOwnProperty in public API 2013-10-07 09:01:13 -07:00
documentSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
exceptionHandlerSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
filterSpec.js feat(filter): allow map of filters to be registered 2013-10-01 10:26:36 +01:00
httpBackendSpec.js fix($http): return responseText on IE8 for requests with responseType set 2014-01-10 02:25:36 -08:00
httpSpec.js fix($http): ensure default headers PUT and POST are different objects 2014-01-13 16:50:15 -08:00
interpolateSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
intervalSpec.js feat($interval): add a service wrapping setInterval 2013-10-07 13:45:40 -07:00
localeSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
locationSpec.js revert: fix($location): return '/' for root path in hashbang mode 2014-01-09 23:47:35 -08:00
logSpec.js fix(log): prevent logging undefined for $log in IE 2013-09-27 16:44:21 -07:00
parseSpec.js fix($parse): do not use locals to resolve object properties 2014-01-21 19:27:04 -05:00
qSpec.js style($qSpec): add semi-colons 2013-10-02 14:12:35 +01:00
rootElementSpec.js feat($rootElement): added application root element 2012-06-02 14:50:58 -07:00
rootScopeSpec.js fix($rootScope): prevent infinite $digest by checking if asyncQueue is empty when decrementing ttl 2014-01-13 09:53:38 -08:00
sanitizeUriSpec.js fix($sanitize): Use same whitelist mechanism as $compile does. 2013-11-26 14:29:38 -08:00
sceSpecs.js refactor($sce): Use $sniffer instead of $document for feature detection. 2013-11-20 23:12:39 +00:00
snifferSpec.js chore($sniffer): make android variable public 2013-12-18 11:49:39 -08:00
timeoutSpec.js feat($interval): add a service wrapping setInterval 2013-10-07 13:45:40 -07:00
urlUtilsSpec.js refactor($location): move file://+win path fix to $location 2013-11-26 18:31:27 -08:00
windowSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00