-
-
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
Modals in Chrome 38 on Windows #14972
Comments
What OS are you using? |
I am using Chrome 38 in Windows (tested on Windows 7/8/8.1). Just open "small-modal" or "large-modal" demos in the docs and you will able scroll the page while modal is open. |
I can reproduce. Only on Windows though. |
This is not a regression on our side though. Just tried it with the 3.2 docs and it also happens there. |
Its only happened when Chrome was updated to version 38. |
Could someone else please file the Chrome bug this time? 😒 |
I'll do it. |
Filed an issue with Chromium: http://crbug.com/429604 |
Can also reproduce with Chrome 38 on Ubuntu 12.04. |
@mkurz Can you comment that on the Chromium bug please? Never mind, you just did 😄 |
@hnrch02 Done. |
Can not reproduce with Chrome 38 Mac. Works great. |
@hnrch02 Add the bug to the Wall? |
Add Wall of Browser Bugs entry for #14972
😍 |
http://crbug.com/429604 has been merged into http://crbug.com/175502
http://crbug.com/175502 is fixed in Chrome 40 and has been closed. But Windows is still broken due to http://crbug.com/438064 , which is open and currently targeting Chrome 41.
Per https://code.google.com/p/chromium/issues/detail?id=438064#c10 , this should now be fixed in Chrome Canary. |
Refs #14972 [skip sauce] [skip validator]
Remove #14972's entry from Wall of Browser bugs
In the last update of Chrome (ver 38). The page can scroll while modal is open. "overflow:hidden" don't block the scrolling anymore.
The text was updated successfully, but these errors were encountered: