Closed Bug 721712 Opened 14 years ago Closed 14 years ago

Double tap causing mouse events, pinch zoom also with touch events enabled

Categories

(Firefox for Android Graveyard :: General, defect, P2)

ARM
Android
defect

Tracking

(fennec11+)

RESOLVED DUPLICATE of bug 721484
Tracking Status
fennec 11+ ---

People

(Reporter: martijn.martijn, Assigned: wesj)

References

Details

(Keywords: testcase)

Attachments

(1 file)

Attached file testcase
This is with the dom.w3c_touch_events.enabled pref set to true. Probably related to bug 721597, bug 721484 and bug 721212. When double tapping on the div, you shouldn't get to see any mouse events reported in the textarea, only touch events. However, with touch events, enabled, I get: touchstart on DIV - e.screenX: undefined e.sceenY: undefined mousedown on DIV - e.screenX: 170 e.sceenY: 81 mouseover on DIV - e.screenX: 170 e.sceenY: 81 mousemove on DIV - e.screenX: 170 e.sceenY: 81 touchend on DIV - e.screenX: undefined e.sceenY: undefined mouseup on DIV - e.screenX: 171 e.sceenY: 89 click on DIV - e.screenX: 171 e.sceenY: 89 touchstart on DIV - e.screenX: undefined e.sceenY: undefined mousedown on DIV - e.screenX: 162 e.sceenY: 81 mousemove on DIV - e.screenX: 162 e.sceenY: 81 touchend on DIV - e.screenX: undefined e.sceenY: undefined mouseup on DIV - e.screenX: 161 e.sceenY: 83 click on DIV - e.screenX: 161 e.sceenY: 83 Also with pinch zooming I noticed mouse events being fired.
Also holding your finger down and long tapping trigger mouse events, which is probably why bug 721597 happens.
Assignee: nobody → wjohnston
tracking-fennec: --- → 11+
Priority: -- → P2
This is also likely a dup of bug 721484
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: