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

Navigation in Menu is bad (Cinnamon 1.6.7) #1775

Closed
VolMi opened this issue Mar 7, 2013 · 9 comments
Closed

Navigation in Menu is bad (Cinnamon 1.6.7) #1775

VolMi opened this issue Mar 7, 2013 · 9 comments

Comments

@VolMi
Copy link

VolMi commented Mar 7, 2013

Please have a look at this great post.
It is about interaction with drop-down menus and how they can suck.

Unfortunately, Cinnamon's Menu is not a shiny example for user experience when you really use it:
Hover over a category, say Multimedia, then try to take the shortest way to a program on the top or bottom of the list. It disappears because Menu sillily assumes your want to see the next category.

Amazon solved this very elegantly and the above blog post is about the new jQuery plugin jQuery-menu-aim which does the same and is licensed under the MIT license.

It would be great if this solution would make it into Cinnamon's Menu.

some further reading

This is of course no new finding, nor is Amazon the inventor of this method. People posted very nice links for further reading, which I append here.

@mtwebster
Copy link
Member

Don't expect jquery to make it into the menu applet, but this sort of behavior would be relatively simple to implement.

@gauravjuvekar
Copy link
Contributor

+1 This is really annoying.

@VolMi
Copy link
Author

VolMi commented Mar 7, 2013

I don't mind how this is implemented, of course. As long as the menu behaves more kindly, I would be happy.

While the menu always pleased me visually, I never really liked to use it (except for the search field) and could not tell why. This issue is the reason. All the annoyance was always due to the disappering items, I only did not notice it conciously, instead I was only obscurely annoyed.

@mdchaves
Copy link

mdchaves commented Mar 7, 2013

Very interesting suggestion. Direction detection is a very smart solution. Including delay would be the worst possible alternative and it would ruin the menu.
It would be great if this feature was implemented in conjunction with the auto-scrolling pull request (#1465)

@mtwebster
Copy link
Member

It'll definitely be some sort of directional detection, I hate delays.

@Lusito
Copy link
Contributor

Lusito commented Mar 9, 2013

There is a setting called "menu hover delay", which prevents such quick changes.
Not sure if this solves it, I don't have that issue. I usually just move the mouse close to the right border of the categories, so, there usually is no overlapping.

@gauravjuvekar
Copy link
Contributor

There is a setting called "menu hover delay",

@mtwebster is right.

@Garibaldo
Copy link

Please, don't add "menu hover delay" to the menu. That affects badly the responsiveness of the menu. I'm sure "directional detection" is enough to solve the issue.

@Lusito
Copy link
Contributor

Lusito commented Mar 9, 2013

It already is added, it's just optional.

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

No branches or pull requests

6 participants