-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only get Neutral Spirit on Browsers besides chrome #72
Comments
I believe this is related to an issue with paper-checkbox in the checklist view. The issue is mentioned here PolymerElements/paper-checkbox#170 |
@doctor-g after following your suggestions and fiddling around with it a bit i discovered the problem is coming from the event.target call. In firefox the compiled page has sub parts to the checkbox like the container and the label and returns these rather than the whole checkbox where the index and checked properties are. |
In Firefox and Safari even is returning the div checkboxContainer or checkboxLabel from the picture above depending on if you click the text or the box. Chrome returns the paper-checkbox itself no matter where you click. |
Aha, I see. I put a |
@zmbube Try using It would also be great to have a unit test to reproduce this in fewer steps. |
The spirit view always resolves to displaying the neutral spirit on all browsers except for chrome.
The text was updated successfully, but these errors were encountered: