To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65578
                  Issue #:|65578
                  Summary:|context menu goodness ...
                Component:|gsl
                  Version:|680m167
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|pl
              Reported by:|mmeeks





------- Additional comments from [EMAIL PROTECTED] Fri May 19 02:07:49 -0700 
2006 -------
So - the KEY_MENU seems to be a keysym that gives focus to the menu - hence the
code to simulate it's press/release on Alt press(/release) in the gtk+ backend.

However - Gtk+ uses GDK_Menu to fire it's popup_menu signal (for context menus):

gtkwidget.c:

  gtk_binding_entry_add_signal (binding_set, GDK_F10, GDK_SHIFT_MASK,
                                "popup_menu", 0);
  gtk_binding_entry_add_signal (binding_set, GDK_Menu, 0,
                                "popup_menu", 0);  

this then is hooked by gtkentry, gtklabel, treeview etc. to provide that context
menu [ in fact everything -except- the menu-bar ;-) ].

Anyhow - this patch makes my context menu key work nicely, where I have it -
popping up the context menu I'd expect.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to