-
Notifications
You must be signed in to change notification settings - Fork 79
Menus bounded by application windo 8000 w #258
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
Comments
We'll need menus to be bound by the application window for COSMIC apps to work well on small displays such as mobile devices. This needs design work but here are a few techniques we can use:
|
Should be completed with the Collapse the Menu design. |
Conclusion from alpha 1 summit discussions:
|
Once this feature is added, we'll want to increase the size of the initial menubar items (File, Edit, View, Sort). They're cut-off in some languages. |
Since these menus are drawn inside the application window, they cannot go beyond it. I've minimized the issues as much as possible (for example, with #257), but small window sizes still cut off menu content.
Ideally, we'd have a platform agnostic mechanism to make these their own windows. For wayland, these are called popups https://wayland-book.com/xdg-shell-in-depth/popups.html. There is an implementation of menus for Linux, macOS, and Windows here: https://github.com/tauri-apps/muda, but it uses GTK on Linux.
The text was updated successfully, but these errors were encountered: