-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Vertical scrolling buggy when modal height larger than browser window in Chrome on Nexus 7 #13628
Comments
What version of Chrome? What version of Android? You're using Bootstrap v3.1.1, correct? |
Sorry, yes. Bootstrap 3.1.1 |
Just to add, I did some cross-browser testing in FireFox 29.0.1 and the problem does not exist there. |
Testcase: http://jsfiddle.net/vvZdg/2/show/ |
I am unable to reproduce the issue with Android 4.4.2 on a Nexus 10 using Chrome 34.0.1847.114. |
@henrywright Can you check whether the testcase I posted works for you or not? |
@cvrebert just tested the example you set up which works for me. I also set up my own test case http://jsfiddle.net/K9Dar/show/ which uses the default Bootstrap markup. This also works for me. Closing this until I can better pinpoint the problem (if there is one) |
In my case, It happens when add below script to prevent body scrolling.
I have tested in below environment.
On the other version, Adding to above, Chome version detail (Defualt Android Browser)
jsfiddle is sorry. Above fiddle can't reproduce mobile view. so iOS safari can not scroll too. |
I've got a reproduction for this bug on Chrome desktop, but it depends on bootboxjs... http://embed.plnkr.co/7oLaRa9LUpwc7D0OSUJ3/preview |
Hi @cwohlman! You appear to have posted a live example (http://run.plnkr.co/plunks/7oLaRa9LUpwc7D0OSUJ3/), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
How about this: |
Hi @cwohlman! You appear to have posted a live example (http://run.plnkr.co/plunks/7oLaRa9LUpwc7D0OSUJ3/), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
If there's any issue here still present in v3.3.2, please open a new issue. |
I'll try my best to explain this one...
When a modal is larger than the height of the browser in Chrome on my Google Nexus 7 and I try to scroll down using a finger swipe, unless my finger is touching the actual modal when I swipe, the modal does not scroll.
To reproduce:
modal-sm
sized modal with lots of content in it so that the modal height is larger than the browser window..modal
element.Scrolling doesn't seem to happen.
However, if you retry step 2 but ensure you finger swipe downwards inside the
.modal
element, scroll will work.The text was updated successfully, but these errors were encountered: