-
Notifications
You must be signed in to change notification settings - Fork 32
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
iframes in Safari #80
Comments
@justinfagnani Please feel free to make this lower priority, but "our demos don't work in Safari" sounds a bit bad. |
I'm working through reproducing the issues here. First up: iframe sizing. I'm seeing the sizing problem on initial load in Safari, but after resize, reload, and after some arbitrary amount of time, the iframe resizes and scrolling works. I'm wondering if this is an issue in iron resizable stuff, but have no context. Thoughts? |
I think I'm getting similar behaviour but in Chrome 48, both from the version of |
I dug into this a bit back in April and couldn't nail down a solid reproducible case. Sometimes contents wouldn't scroll, and then on next refresh they would scroll fine. I'm going to unassign this for now, and we can reassign to myself or someone else once it's prioritized for the time this will take to fix. |
This is generally problematic in Safari <= 9.0.1. A few issues:
Proposed solution:
Open the demos in a new window. (aka target="_blank") That will fix all the issues without adding more complexity.
The text was updated successfully, but these errors were encountered: