-
Notifications
You must be signed in to change notification settings - Fork 353
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
Bug - Toolbar - page scrolls when controls are clicked #10511
Comments
I did play around with this and it seems like the issue is caused by setting |
I suspect popper applying |
@dlabrecq I noted in my draft PR, but so far one solution that could be handled on our end ends up re-introducing a visual bug (the Dropdown menu flickers when rendering). A (possibly, depending on the number of instances there are) quick solution would be from the consumer side, updating the Dropdown/Select being used in this sort of scenario to pass in |
@thatblindgeye I don't believe that solution will work for us. Considering the page selector is output by |
Encountered an issue with the latest PatternFly milestone packages in Cost Management, which is blocking QE test automation.
When users click the pagination's page selector and/or the bulk select, the page scrolls so that the control's menu is out of view. These controls do not behave like this when located outside the Toolbar. For example, the bottom pagination controls work as expected.
To reproduce with PatternFly's table demo, simply add the
div
below to create some height above the toolbar.Modified table demo
Sandbox
https://codesandbox.io/p/sandbox/toolbar-scroll-issue-forked-9sn9yf?file=%2Findex.html
Steps
Cost Management
The text was updated successfully, but these errors were encountered: