-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[Select] Scrolling causes options to scroll away #8924
Comments
Cannot reproduce - scrolling doesn't work with the mousewheel and clicking on the scrollbar makes the options disappear. What OS are you using? |
Hi @andrewseguin, |
Same here. Using Firefox 57.0.2 on Windows 7. |
I managed to reproduce it now as well. It looks like Firefox doesn't block the scroll event for overlays with a transparent background. |
As of Firefox 57, it looks like elements with a transparent background won't capture scroll events. These changes work around the issue by not setting the background color, but using `opacity` to hide the element while keeping it scrollable. Fixes angular#8924.
As of Firefox 57, it looks like elements with a transparent background won't capture scroll events. These changes work around the issue by not setting the background color, but using `opacity` to hide the element while keeping it scrollable. Fixes #8924.
…ngular#9446) As of Firefox 57, it looks like elements with a transparent background won't capture scroll events. These changes work around the issue by not setting the background color, but using `opacity` to hide the element while keeping it scrollable. Fixes angular#8924.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
What is the expected behavior?
It should scroll but should inside the content.
What is the current behavior?
Running out of the content, PSA.
What are the steps to reproduce?
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: