Closed Bug 726557 Opened 12 years ago Closed 12 years ago

Touch event target does not change when moving from one element to another

Categories

(Core :: Widget, defect)

All
Gonk (Firefox OS)
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: oteo, Unassigned)

References

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.51.22 (KHTML, like Gecko) Version/5.1.1 Safari/534.51.22

Steps to reproduce:

The user touches on one key in the keyboard and he moves the finger to another key.


Actual results:

The target of the event is always the corresponding to the first key that was touched (element)




Expected results:

The target should change to the latest touched key.

When using mouse-related events in firefox, it works with no problem. When touch events were emulated (based on mouse events) in B2G, before having native support for them, the target changed also as expected.
Blocks: 723183
Depends on: 719647
OS: Mac OS X → Gonk
Hardware: x86 → All
This is doings what the touchevents spec says to do:

https://dvcs.w3.org/hg/webevents/raw-file/tip/touchevents.html#widl-Touch-target
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.