Skip to content

appDisplay: Destroy popup menus on close

Once opened, the popup menu steals the arrow key press event breaking keyboard navigation in the direction of the popup in the app grid. To fix this, destroy the AppIconMenu after closing the popup.

Thanks to Michele Gaio for identifying the bug and writing this patch: https://bugzilla.gnome.org/show_bug.cgi?id=747385

Fixes #98

Merge request reports