-
Notifications
You must be signed in to change notification settings - Fork 75
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
Help "?" popup hiding when in half-screen window resizing #1794
Comments
It's impossible for the popover to show above the left-panel, as that is a different page (the shell, versus the iframe which has the document with the popover). The correct solution would be to have the popover account for the left side of the page. There's a setting in PF @ https://www.patternfly.org/components/popover/#popover:
However, I think that just flips left/right, and this is on top. We could have the popover to the right in smaller modes... but then that'd cover up the options the popover is talking about. Below would also not work as expected. Ideally, we'd still be able to have it on the top, but with the popover slide over to the side (with the pointer in the same place). I'm not sure if this is a PF issue or not. It should stay in the page by default. |
yeah, I'm using a tiling window manager on ArchLinux and Fedora, so my windows are 1/2 or 1/3 of my whole screen, problems with window reactivity aren´t really uncommon in the JS world. Anyways, let's wait for a fix then, for now I'll zoom out of the page. |
PatternFly has an Meanwhile, this bug was supposed to have been fixed in PF some time ago:
But, it obviously is still an issue here, regardless of the state in PF and PF-React... so the problem still exists, of course. |
An image is worth a thousand words.
The popup should be above the left-panel, not behind it
The text was updated successfully, but these errors were encountered: