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 745131 - Doesn't report middle mouse button release
Doesn't report middle mouse button release
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
0.39.x
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-24 22:39 UTC by Egmont Koblinger
Modified: 2015-02-27 11:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (2.04 KB, patch)
2015-02-24 23:13 UTC, Egmont Koblinger
none Details | Review
Fix v2 (2.26 KB, patch)
2015-02-26 17:22 UTC, Egmont Koblinger
committed Details | Review

Description Egmont Koblinger 2015-02-24 22:39:31 UTC
Found at https://bugzilla.redhat.com/show_bug.cgi?id=1195481#c3

For the middle button, click is reported but release is not.

If you don't have a middle button, swap the middle and right with
    xmodmap -e 'pointer = 1 3 2'
and experience the bug with the physical right / logical middle button.
Comment 1 Egmont Koblinger 2015-02-24 23:13:52 UTC
Created attachment 297839 [details] [review]
Fix
Comment 2 Egmont Koblinger 2015-02-26 17:22:22 UTC
Created attachment 298005 [details] [review]
Fix v2

More generic approach: handle all buttons the same way (convenient for bug 745134).
Comment 3 Egmont Koblinger 2015-02-27 11:40:44 UTC
Fixed