Closed Bug 783276 Opened 12 years ago Closed 10 years ago

Touchend doesn't return an event object

Categories

(Firefox OS Graveyard :: General, defect)

defect
Not set
normal

Tracking

(firefox29-)

RESOLVED WONTFIX
Tracking Status
firefox29 - ---

People

(Reporter: ranbena, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari/537.1

Steps to reproduce:

Attached a listener to touchend

document.body.addEventListener("touchend", func, false);


Actual results:

The event object had no event properties. Just had SCROLL_PAGE_DOWN.

func (evt) {
    // evt.clientX == undefined
}


Expected results:

The event object should hold event properties such as coordinates.

func (evt) {
    // evt.clientX == 69
}
Not tracking. No activity on this bug for more than a year. Product in Firefox OS...
Thanks for filing this bug. As the bug was filed a long days ago, I suppose it may have been resolved. Would you kindly check again and let me know , if you can re produce the bug Now or not. This thing will be really appreciated.

If you could re produce the bug , please let me know your device name and OS version.

Regards
Flags: needinfo?(ran)
Not relevant anymore
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(ran)
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.