Bug 1433033
Summary: | middle mouse click works inproperly | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Matt Jamison <jamisonm> |
Component: | libinput | Assignee: | Peter Hutterer <peter.hutterer> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 25 | CC: | jamisonm, peter.hutterer |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-05-10 08:35:27 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Matt Jamison
2017-03-16 15:43:46 UTC
does a quick press/release register anything? The button you press logically belongs to the trackpoint and we set up middle button scrolling on those by default (middle button + up/down on the trackpoint generates scroll events). because of that, we swallow long clicks because we expect them to be emulated. there's a patchset somewhere to fix that, but it's not applied yet afaict. I grabbed libinput-1.7.0-1.fc27.x86_64 out of rawhide and now it's much better. a middle click is now registered on release of the middle mouse button. middle clicking on a usb mouse registers upon middle click press down. This is expected behavior and this bug can now be closed. thanks, jamo ok, thanks for testing, much appreciated. |