- From: Mustaq Ahmed via GitHub <sysbot+gh@w3.org>
- Date: Wed, 04 Sep 2024 15:26:01 +0000
- To: public-pointer-events@w3.org
Thanks @smaug----, that answers my for question. My second question remains. To clarify, this is about JS re-dispatch of browser-constructed event. Something like this with the user moving the mouse over `target2`: ```JS target1.onpointermove = e => console.log(e.getCoalescedEvents()[0].isTrusted); target2.onpointermove = e => setTimeout(() => target1.dispatchEvent(e), 0); ``` (I am landing a [tentative WPT](https://chromium-review.googlesource.com/c/chromium/src/+/5823713) for this.) -- GitHub Notification of comment by mustaqahmed Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/514#issuecomment-2329372266 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 4 September 2024 15:26:02 UTC