Steps to reproduce
Place two objects on stage: obj1 and obj2, these may be rectangles or whatever that dispatches touch events.
Assign touch event listeners to both of them and print targets and phases into a textfield.
Touch obj1:
– object: obj1, phase: began
With finger still on ob1, touch obj2:
– object: obj1, phase: moved
For sure in the second case it should be: object: obj2, phase: began
Is this a known issue, are there any workarounds?
[import]uid: 21280 topic_id: 6101 reply_id: 306101[/import]