paper-checkbox
paper-checkbox copied to clipboard
Wrong tap event target
Description
When handling the tap
event, e.target
is not the paper-checkbox
Expected outcome
Event target should be the tapped checkbox
Actual outcome
The actual target is a div
inside of the paper-checkbox
Live Demo
http://jsbin.com/natima/edit?html,js,console,output
Browsers Affected
- [x] Chrome
- [ ] Firefox
- [ ] Safari 9
- [ ] Safari 8
- [ ] Safari 7
- [ ] Edge
- [ ] IE 11
- [ ] IE 10
This seems also to happen with a paper-card.
Depending on where I tap on, e.target is in my case one of the nested elements inside paper-card.