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

Menu buttons should open menu on mouse-down #113

Open
martinmcclure opened this issue May 7, 2022 · 0 comments
Open

Menu buttons should open menu on mouse-down #113

martinmcclure opened this issue May 7, 2022 · 0 comments
Assignees
Labels
cosmetic Improves user experience without affecting functionality

Comments

@martinmcclure
Copy link
Member

SpkMenuButtonPresenters currently act like Pharo's world menu -- the menu opens on mouse-up, then you can click on the menu item you want, whose action is executed on that mouse-up. Thus, it always requires two clicks.
Pharo's window menu (at the far right of each window's title bar) has the same problem.

Sparkle's menu buttons should act like Pharo's menu bar menus -- the menu opens on mouse-down. You can then either release the mouse button and select the menu item with a second click, or drag the mouse to the desired item and release the mouse button. The second option lets you select menu items in a single mouse operation, rather than having to click twice.

@martinmcclure martinmcclure added the cosmetic Improves user experience without affecting functionality label May 7, 2022
@martinmcclure martinmcclure self-assigned this May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosmetic Improves user experience without affecting functionality
Projects
None yet
Development

No branches or pull requests

1 participant