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

[Feature Request] Change the way drop down menus work (auto highlight on cursor focus) #110

Closed
mm2270 opened this issue Aug 8, 2022 · 4 comments · Fixed by #167
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mm2270
Copy link

mm2270 commented Aug 8, 2022

Is your feature request related to a problem? Please describe.
I'm not sure what the correct term for this is, but one thing that kind of irritates me about IBM Notifier's drop down menus is how the drop down items in a menu do not "highlight" on mouse over. You have to click two times to select any item in the menu, which is completely normal, but there is no visual feedback of which item you are actually selecting until you click the second time. This creates a kind of frustrating experience when using the drop down menus.

Describe the solution you'd like
I'd like to see the method of how drop downs are drawn and operate to auto highlight on mouse over. I know this is possible because other dialog tools can do this already. I took a short video of IBM Notifier's behavior versus behavior from swiftDialog to show the difference.

IBM Notifier
IBMNotifier_dropdown_AdobeExpress

swiftDialog
swiftDialog_dropdown_AdobeExpress

Describe alternatives you've considered
None. I'm not able to affect this built in behavior.

Any chance that this can be updated to the other behavior in some future release? It's really a more user friendly way to draw the drop down menus in my opinion. Thanks for considering!

@SMartorelli
Copy link
Member

Hi @mm2270 the planned migration from AppKit to SwiftUI should help us in making dropdown looks more reactive like you suggested. Sadly the actually AppKit component doesn't provide us much way to replicate this behaviour. I'll track this FR for our post migration work.

@SMartorelli SMartorelli added the enhancement New feature or request label Aug 11, 2022
@SMartorelli SMartorelli self-assigned this Aug 11, 2022
@SMartorelli SMartorelli added this to the Version 3.0.0 milestone Aug 11, 2022
@mm2270
Copy link
Author

mm2270 commented Aug 11, 2022

Ok, thanks for that update.

@seanism
Copy link

seanism commented Sep 20, 2022

You also need to click the arrow on the right versus the entire textbox. Not sure if this is a bug or the way it has to be.

@SMartorelli
Copy link
Member

Yes this is how it behave the native AppKit component, a more modern approach is provided by SwiftUI that we're going to adopt in the near future 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants