Bug 1062951
| Summary: | Mouse sometimes double-clicks when I intend to single-click | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Aram Agajanian <agajan> | ||||||
| Component: | xorg-x11-drv-evdev | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | hdegoede, peter.hutterer, xgl-maint | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-02-11 16:41:10 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Aram Agajanian
2014-02-09 06:26:50 UTC
I can't seem to recreate this problem on my work computer any more. It seems to be happening only on my home computer. run evemu-describe against the device when this happens. this should show you what's coming out of the kernel and narrow down if this is a kernel or Xorg issue. also check the kernel version on your work computer and see if updating helps. Created attachment 861656 [details]
output of "evemu-describe /dev/input/event3" on my home computer
This issue persists when using the latest kernel (3.12.10-300.fc20.x86_64). evemu-describe was run after booting with that kernel.
Created attachment 861785 [details]
output of "evemu-record /dev/input/event3" when attempting to select text and the highlighting disappears
Hi, (In reply to Aram Agajanian from comment #4) > Created attachment 861785 [details] > output of "evemu-record /dev/input/event3" when attempting to select text > and the highlighting disappears Looking at the trace, it seems that the button bounces when you let go of it, the left button state goes like this: press -pressed movement, I assume the selecting of the text release press release With the last 3 happening within 25ms of each other, so it seems that your left mouse button is simply worn out and is bouncing so badly that the debouncing logic built into the mouse cannot cope with it. Note that all physical buttons always bounce, see: http://en.wikipedia.org/wiki/Switch#Contact_bounce I know you've indicated this happened after an upgrade, but I find this highly unlikely. It really does look like your mouse is simply defect. Regards, Hans > I know you've indicated this happened after an upgrade, but I find this
> highly unlikely. It really does look like your mouse is simply defect.
Thanks for your help. Perhaps the problem just got worse lately. The computer is under warranty so I'll ask for another mouse.
(In reply to Aram Agajanian from comment #6) > > I know you've indicated this happened after an upgrade, but I find this > > highly unlikely. It really does look like your mouse is simply defect. > > Thanks for your help. Perhaps the problem just got worse lately. The > computer is under warranty so I'll ask for another mouse. I'm going to close this as resolved then, if you see the problem with another mouse, please re-open this bug and we'll investigate this issue further. |