Tagged Questions
1
vote
2answers
103 views
Hijacking the mouse pointer on context menus
Is this a good idea to hide the cursor, or maybe constrain its move to a vertical move, when the user has invoked a context menu?
A context menu is basically unidimensional, so it makes sense to drop ...
4
votes
5answers
375 views
What is the optimal position for a right click menu?
We're in the middle of designing a web application with a right click menu, and I was thinking where to position it relative to the position of the cursor.
There are different solutions:
Solution ...