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 765477 - Wayland: Popover(menus?) don't show keyboard focus
Wayland: Popover(menus?) don't show keyboard focus
Status: RESOLVED DUPLICATE of bug 762756
Product: gtk+
Classification: Platform
Component: Backend: Wayland
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-04-23 19:59 UTC by Timm Bäder
Modified: 2016-04-27 11:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Timm Bäder 2016-04-23 19:59:58 UTC
Easy to reproduce: Use keynav to navigate to any GtkMenuButton in the widget factory, press return. You now see a popover menu. Use up/down keys. No visible keyboard focus shows up. The set-focus event of the GtkWindow still gets emitted and even with a GtkModelButton, but using up/down doesn't change the model button, the event just gets emitted with the same GtkModelButton over and over.

This seems to be only happening on wayland, but I'm not sure if running with GDK_BACKEND=x11 in a wayland session qualifies as a good indicator for a proper X11 session (it's going to be xwayland after all, right?).
Comment 1 Olivier Fourdan 2016-04-26 12:10:54 UTC
Dupe of or simply related to bug 762756 ?
Comment 2 Timm Bäder 2016-04-26 16:13:46 UTC
Very likely related, yes. Not sure if a direct dupe or not. That's more your call than it's mine ;)
Comment 3 Carlos Garnacho 2016-04-27 11:33:10 UTC
Turns out to be a dupe, it is the keyboard capability grab in gtkbutton.c which triggers the same unfocused situation.

*** This bug has been marked as a duplicate of bug 762756 ***