Replies: 1 comment
-
|
Confirmed bug, fix is in PR #324 going into rc.14 (cutting once review lands). The "More" menu and the column picker on the Containers list both used You're also right about the sticky-on-scroll behavior — same root cause, same Thanks for the report + screenshot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tested in drydock-1.5.0-rc.13:
When opening the
moremenu in the container view of the last container, the menu is rendered outside of the viewport and the options are inaccessible (see screenshot)These popup menus are rendered sticky so they move away from the row that you have clicked on when scrolling the page, which makes it possible that the user looses the context which menu button it belongs to.
In general all popup menus should be rendered inside the viewport in my opinion.
Beta Was this translation helpful? Give feedback.
All reactions