Right-click should not pre-light first option, too easy to accidentally select the first Context-menu option.
Bug #410636 reported by
Griever
This bug affects 19 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTK+ |
Expired
|
Low
|
|||
gtk+2.0 (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
When I right click in nautilus, the context menu appear. If I right click on a menu item, the function of that menu item is performed. This is very annoying, because when the context menu appears, the mouse is at the first menu item, so if you accidentally right click two times, you will surely perform the function of the first menu item! Everytime I right click in desktop, i probably create a new Folder!
I think there maybe 2 solutions to this:
- To perform the function of a menu item, only left click is allowed.
- When the user right click, the context menu will appear at a bit lower position, so the mouse will not be at the first menu item.
Changed in hundredpapercuts: | |
assignee: | nobody → Marcus Carlson (0-launchpad-mejlamej-nu) |
status: | New → Confirmed |
summary: |
- right click on Nautilus is confusing + Right-click should not pre-light first option, too easy to accidentally + select the first Context-menu option. |
Changed in gtk+2.0 (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
Changed in gtk: | |
status: | Unknown → New |
Changed in hundredpapercuts: | |
importance: | Undecided → Low |
status: | Confirmed → Triaged |
Changed in gtk+2.0 (Ubuntu): | |
assignee: | nobody → Ubuntu Desktop Bugs (desktop-bugs) |
Changed in hundredpapercuts: | |
milestone: | none → maverick-round-7-notifications+gtk |
Changed in hundredpapercuts: | |
assignee: | nobody → Alberto Milone (albertomilone) |
status: | Triaged → In Progress |
Changed in hundredpapercuts: | |
status: | In Progress → Confirmed |
Changed in hundredpapercuts: | |
status: | Confirmed → In Progress |
Changed in gtk: | |
importance: | Unknown → Low |
Changed in hundredpapercuts: | |
milestone: | maverick-round-7-notifications+gtk → nt7-potpourri |
Changed in gtk: | |
status: | New → Confirmed |
Changed in hundredpapercuts: | |
milestone: | nt7-potpourri → precise-9-miscellaneous |
Changed in hundredpapercuts: | |
milestone: | precise-9-miscellaneous → raring-gtk |
Changed in hundredpapercuts: | |
assignee: | Alberto Milone (albertomilone) → nobody |
Changed in hundredpapercuts: | |
milestone: | raring-gtk → papercuts-s-gtk |
no longer affects: | hundredpapercuts |
Changed in gtk: | |
status: | Confirmed → Fix Released |
Changed in gtk: | |
status: | Fix Released → Confirmed |
Changed in gtk: | |
status: | Confirmed → Expired |
To post a comment you must log in.
This is due to> "The default menu positioning function will position the menu at the current mouse cursor position. " > http:// library. gnome.org/ devel/gtk/ unstable/ GtkMenu. html#gtk- menu-popup
This doesn not happen in firefox , which fixes this issue by opening the menu a few pixels below or above the pointer, so no option is selected.
The fix needs to be in nautilus alone...