After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 103348 - Popup menu may have problems with keybindings
Popup menu may have problems with keybindings
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File and Folder Operations
0.x.x [obsolete]
Other Linux
: High normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
AP2
Depends on:
Blocks:
 
 
Reported: 2003-01-13 04:49 UTC by Pasupathi
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (593 bytes, patch)
2003-01-13 04:51 UTC, Pasupathi
none Details | Review
patch to use popup_menu signal (2.78 KB, patch)
2003-04-11 08:39 UTC, padraig.obriain
none Details | Review

Description Pasupathi 2003-01-13 04:49:47 UTC
1. Invoke nautilus.
2. Select the option 'View as list'
3. Click on any file/folder displayed in the list.
4. Right click and a popup menu will be invoked.
5. Press 'Shift+F10'. The popup menu will not be invok
Comment 1 Pasupathi 2003-01-13 04:51:53 UTC
Created attachment 13521 [details] [review]
proposed patch
Comment 2 Dave Camp 2003-01-13 05:03:58 UTC
This should be done in the "popup_menu" gtk signal to work with
keybindings.

Also, it should handle the no-selection case and pop up a no-selection
context menu.

Adding the GNOMEVER2.1 keyword.
Comment 3 Andrew Sobala 2003-01-28 18:44:30 UTC
Removing PATCH keyword per Dave's comments
Comment 4 Calum Benson 2003-04-03 13:20:47 UTC
Updating status_whiteboard field to reflect A11Y team's assessment 
of accessibility impact.
Comment 5 padraig.obriain 2003-04-11 08:38:45 UTC
I had a look at this using nautilus from CVS HEAD and I found that it
worked; a commit from Alex Larsson on March 27th. However the change
does not use the gtk signal popup_menu.
Comment 6 padraig.obriain 2003-04-11 08:39:19 UTC
Created attachment 15637 [details] [review]
patch to use popup_menu signal
Comment 7 Andrew Sobala 2003-05-04 13:57:04 UTC
Retitled.

Removed bugsquad's target as I think this is less important now.
Comment 8 Alexander Larsson 2003-05-16 13:57:45 UTC
Looks good to commit. Assuming it works.
Comment 9 padraig.obriain 2003-05-16 15:08:49 UTC
Patch committed to HEAD and gnome-2-2 branch.