Closed hypnoce closed 8 years ago
Hi any news on this one ? Thanks
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
@hypnoce I don't think these commits will fix this particular issue. I have moved this issue to https://github.com/PolymerElements/iron-component-page/issues/80
There is a bug in safari <= 8 where the mousewheel event is not triggered inside an iframe : https://bugs.webkit.org/show_bug.cgi?id=124139 Therefore, any component demo that requires to listen to mousewheel events will not work on safari. The fix uses a workaround found here : http://stackoverflow.com/questions/24642157/workaround-for-iframe-mousewheel-bug-in-safari-6-1-7-0
Thanks