Touching a new position didn't move the pointer
Bug #673817 reported by
Choong Kar Fai
This bug report is a duplicate of:
Bug #667802: Tap is sometimes not registered on touchscreens.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Open Input Framework |
New
|
Undecided
|
Unassigned |
Bug Description
When touching a new position on the screen, the pointer was not moved to the new location. Originally, I thought that the problem was with my monitor (Acer T230H), that the new touch was not picked up. But after some testing, I noticed that the touch did get picked up and got translated to a "click", just that the pointer was moved.
For example, Assuming if my current pointer is on Button A and I now touch Button B. Button A will be "clicked" instead of Button B. I need to move my finger a little to trigger some movement, then the pointer will show up in the new position.
To post a comment you must log in.
I have read bug #667802 and would like to check on the following: Bug #667802 is referring to touch not captured is the same case. For the above bug, the touch is captured (as a click), but the position of the pointer is not reflected. Therefore, the "new" touch will perform a click on the "old" position.
Is this the same problem as #667802?