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 141999 - F10 should activate menubar even when it's not visible
F10 should activate menubar even when it's not visible
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2004-05-06 11:43 UTC by Christian Persch
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (2.15 KB, patch)
2004-07-03 21:30 UTC, Christian Persch
none Details | Review

Description Christian Persch 2004-05-06 11:43:27 UTC
In a window without menubar (a popup window with js chrome), and in fullscreen
mode, F10 doesn't show and activate the menubar.
Comment 1 Christian Persch 2004-07-03 21:30:24 UTC
Created attachment 29192 [details] [review]
proposed fix
Comment 2 Marco Pesenti Gritti 2004-07-04 11:22:40 UTC
+		/* When F10 is pressed gtk+ automatically opens the menu if the
+		 * menubar is visible, but when the menubar is not visible
+		 * (think fullscreen or popup windows) we show it manually and
+		 * hide again when the user activates or otherwise dismisses
+		 * the menu.
+		 */

I'm not sure if this is necessary at all, but in any case it should be a lot
shorter :)

Please commit then.
Comment 3 Christian Persch 2004-07-04 11:29:22 UTC
Shortened the comment and committed.