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 680915 - ComboBoxText and popup menu widgets should ignore minor drags when clicking and releasing
ComboBoxText and popup menu widgets should ignore minor drags when clicking a...
Status: RESOLVED DUPLICATE of bug 333470
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-07-31 15:33 UTC by Jean-François Fortin Tam
Modified: 2012-09-12 14:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2012-07-31 15:33:15 UTC
I often experience this with mireless mice, stylus/tablet devices or with users that have less motor coordination.

1. Click a combobox
2. The combobox contents flash by, and the combobox "closes".
   You have to try again.

What happened is that during the click, the mouse cursor moved slightly, and combobox thought it was a click-drag-release.

Instead, the drag should be ignored if the release happened within less than 200-500 ms, because a release that occurs that fast is pretty sure to be a simple click with jitter.

I can also note that this same phenomenon applies to popup menus (ex: when right-clicking). If I release my right mouse button within a split second, you can be pretty sure it was because I just wanted to show the menu, and that I did not have time to make a choice yet.
Comment 1 Jean-François Fortin Tam 2012-09-12 14:42:47 UTC

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