- From: Sean Feng <notifications@github.com>
- Date: Thu, 03 Dec 2020 09:47:00 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 December 2020 17:47:12 UTC
Consider this wpt test_driver usage `await new test_driver.Actions().pointerDown().pointerMove(300, 300).pointerUp().pointerDown().pointerUp().send();`, this makes two clicks but no dblclick in Chrome and and two clicks + one dblclick in Firefox. Both behaviours make sense in some ways, so we should clarify which behaviour we want in spec. cc @smaug---- -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/283
Received on Thursday, 3 December 2020 17:47:12 UTC