Closed
Bug 713505
Opened 13 years ago
Closed 13 years ago
touch events not working in Aurora 11 and Nightly 12
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 695207
People
(Reporter: alex, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
Build ID: 20111220165912
Steps to reproduce:
I have clean new installation of Aurora (11.0a2 - 20111225) and Nightly (12 - today)
I'm try to use touchevents. For example touchstart or touchmove.
https://developer.mozilla.org/samples/domref/touchevents.html
or
document.documentElement.ontouchstart=function(){alert('test');};
Touch events DO work in firefox 10 beta, firefox 9 and webkit
dom.w3c_touch_events.enabled - true (installation is all clean).
Actual results:
Aurora and Nightly do not work for me
Expected results:
document.documentElement.ontouchstart=function(){alert('test');};
should alert on touch
Reporter | ||
Updated•13 years ago
|
OS: Windows XP → Android
Hardware: x86 → ARM
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•