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

Bug: menu is truncated by small windows #16

Open
simonw opened this issue Mar 4, 2024 · 2 comments
Open

Bug: menu is truncated by small windows #16

simonw opened this issue Mar 4, 2024 · 2 comments
Assignees
Labels
app-gui-bridge Any issue involving app-to-gui communication

Comments

@simonw
Copy link

simonw commented Mar 4, 2024

Spotted this:

menu-bug

If an application window is too short, any menus opened will be truncated meaning you cannot see the options at the bottom of those menus.

@jelveh
Copy link
Contributor

jelveh commented Mar 4, 2024

Thank you for reporting this issue. This is caused by the menu UI being rendered in the iframe that hosts the app, which makes for poor UI/UX issues similar to this. What I'm doing right now is building a mechanism through which the menu is rendered by the desktop rather than the app. It'll take some time, but it's coming 🚀

@KernelDeimos
Copy link
Contributor

Also applies to the context menu when the app window has a small vertical size. Also, I wonder what we do if the viewports vertical size is small; just clip it or do a

| [ Item 1 ]  [ Item 3 ] |
| [ Item 2 ]             |

@KernelDeimos KernelDeimos added the app-gui-bridge Any issue involving app-to-gui communication label Apr 5, 2024
@jelveh jelveh self-assigned this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-gui-bridge Any issue involving app-to-gui communication
Projects
None yet
Development

No branches or pull requests

3 participants