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 672331 - Menu item hot-tracking -- does not work if menu was opened using touchpad
Menu item hot-tracking -- does not work if menu was opened using touchpad
Status: RESOLVED DUPLICATE of bug 672009
Product: gtk+
Classification: Platform
Component: Class: GdkDevice
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Carlos Garnacho
Depends on:
Blocks:
 
 
Reported: 2012-03-18 09:28 UTC by Mantas Mikulėnas (grawity)
Modified: 2012-03-19 02:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mantas Mikulėnas (grawity) 2012-03-18 09:28:48 UTC
I have an Asus laptop with a touchpad ("ETPS/2 Elantech Touchpad", two physical buttons). When I open a menu in GTK3 programs, the menu items do not react when I point at them – the background does not turn blue, submenus do not open, etc.

This only happens when using the touchpad to open the menu (regardless of whether I tap it or use the physical buttons) *and* using the touchpad to move the cursor.

* Open with touchpad, point with touchpad = Menu INACTIVE
* Open with mouse, point with touchpad = Menu active
* Open with [Alt] key, point with touchpad = Menu active
* Open with touchpad, point with mouse = Menu active
* Open with mouse, point with mouse = Menu active
* Open with [Alt] key, point with mouse = Menu active

--
gtk3 3.3.18-1
xf86-input-evdev 2.7.0-1
xf86-input-synaptics 1.5.99.901-2
xorg-server 1.12.0-1
Arch Linux [gnome-unstable]
Comment 1 Mantas Mikulėnas (grawity) 2012-03-18 13:16:17 UTC
Update: This also affects all other GTK3 widgets, not just menus.
Comment 2 Matthias Clasen 2012-03-18 14:33:01 UTC
Probably a problem with the code that generates synthetic enter/leave events.
Menus work fine with my synaptics touchpad, though.
Any idea, Carlos ?
Comment 3 André Klapper 2012-03-18 16:38:17 UTC
Dup of / related to bug 672009?
Comment 4 Matthias Clasen 2012-03-19 02:41:49 UTC

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