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

Popover doesnt update position when scrolling child element of the window #7426

Closed
michalporz opened this issue Jul 13, 2017 · 0 comments
Closed
Labels
component: Popover The React component.

Comments

@michalporz
Copy link

Problem description

Since scroll event doesn't bubble, when Popover component is put in some overflown child element, Popover's position doesn't update while scrolling this element.

We should be able to specify which element's scroll event to listen to. Now scroll events are attached to window object.

  • Material-UI: 0.18.6
  • Browser: Chrome & Firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: Popover The React component.
Projects
None yet
Development

No branches or pull requests

2 participants