menushell: don't activate a menu entry when opening a big menu
If a menu is opened and it doesn't fit entirely below or above the menu bar, gtk+ will place it on top. The button release will then activate the popup item that happens to appear under the cursor. Avoid this by ignoring release events if they originated in the parent menu bar and the duration of the press was too short. https://bugzilla.gnome.org/show_bug.cgi?id=703069
Showing
Please register or sign in to comment