-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Unable to get value of the property 'nodeName': object is null or undefined #10078
Comments
@uriklar if you could put your code in http://plnkr.co/ or similar and provide a live reproduce scenario that would speed up things. |
I added the code in http://plnkr.co/edit/#/IgIC1Hz87SElVAqiNCPM?p=catalogue but as for nowit won't reproduce. But in my app, as soon as I replaced the use with simply injecting the symbol content in the svg tag the problem was solved. Not sure what else in my app is causing the error |
@uriklar yeh, we will need to isolate this one in order to move forward... |
@pkozlowski-opensource Ok, I got the plunkr isolating the issue. Here it is: http://plnkr.co/edit/ej3cqYnqAdCnxiNYvFhz The issue happens in IE9. Try clicking the svg icons a few times and you'll start getting the error: |
@uriklar thnx, I can reproduce it systematically with the latest SNAPSHOT clicking on the second icon on IE9: http://plnkr.co/edit/yIXDfMdUvmb9XRU9xPTC?p=preview |
Great. let me know if there's something I can do to help |
This also happens in Safari (8 for sure, and probably earlier) and older versions of Chrome (before 37). |
Yes, true, it happens on the Safari 7 as well. |
So, this is essentially the same as #8118 and since it affects multiple browsers we should fix it. Working on a patch. |
Here is a minimal reproduce scenario that breaks in Safari7: http://plnkr.co/edit/7C4fpO2Z94HFXE8VUB7a?p=preview |
I'm including svgs using and
Example:
And am getting an error (only in IE9):
This error only occurs in v1.3.2. It doesn't even happen in the 1.3 beta versions
The text was updated successfully, but these errors were encountered: