Click event on SVG <use> element firing on <defs> -> <use>
Issue #15727705 • Assigned to Bogdan B.
Steps to reproduce
Steps to reproduce
- Load the attached “eventIssue.html” open and open developer tools.
- Click on SVG element.
As you can see, event firing on <g id="italian-flag"> inside <defs>. Not inside the <g id="svg-group">.
Issue reproduced on:
- Edge/16.16299
Event.target.parentNode works fine on:
- Chrome
- Opera
- IE
- Edge 15
- Firefox
- Safari
You need to sign in to your Microsoft account to add a comment.
Sign in