Skip to content
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

Scrolling on iOS #153

Closed
dhunink opened this issue Aug 30, 2014 · 2 comments
Closed

Scrolling on iOS #153

dhunink opened this issue Aug 30, 2014 · 2 comments
Milestone

Comments

@dhunink
Copy link

dhunink commented Aug 30, 2014

Hi There!

I was struggling with a modal of my own, were the div.modal-content has more content then what fit's into in iPad screen. I noticed that when scrolling it was the background that scrolled and not, as one would expect, the content inside the div.modal-content. So I started debugging...

I noticed that the problem actually is also present in the Photo Gallery demo on http:https://drublic.github.io/css-modal/#modal-pictures . Little screenshot below: the content of the modal doesn't fit (that's not a big deal) but is also not scrollable. The background is crolling instead.

Tested on iOS 7 (latest release) and iOS 8 (latest Beta).

Although I saw some commits that were intended to deal with this or a similar problem, the issue is present. Any thoughts on the problem would be highly valued!

img_0172

@drublic drublic added this to the v.1.3.0 milestone Nov 19, 2014
@drublic
Copy link
Owner

drublic commented Jan 4, 2015

Thanks for the report and sorry for handling this issue this late.
The latest master has some commits that might fix this issue. My tests with the visual test (index.html) indicate this although the background still scrolls if touch outside the modal.

Please let me know of your test results.

@drublic
Copy link
Owner

drublic commented Jan 4, 2015

Please also see 3c66b9f. This should fix this issue mostly.

@drublic drublic closed this as completed Jan 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants