Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Unable to get value of the property 'nodeName': object is null or undefined #10078

Closed
@uriklar

Description

@uriklar

I'm including svgs using and
Example:

<symbol viewBox="0 0 16 16" id="svg-icon-collapse-arrow"><title>collapse-arrow</title> <path style="fill-rule:evenodd;clip-rule:evenodd;" d="M2.859,5.826l0.818-0.822l4.319,4.348l4.325-4.348l0.818,0.823l-5.145,5.169L2.859,5.826z"/> </symbol>

<svg xmlns="http://www.w3.org/2000/svg" ng-click="someMethod()">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-icon-collapse-arrow" />
</svg>

And am getting an error (only in IE9):

Unable to get value of the property 'nodeName': object is null or undefined

This error only occurs in v1.3.2. It doesn't even happen in the 1.3 beta versions

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions