- From: Joe Pea via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Jan 2021 05:17:08 +0000
- To: public-pointer-events@w3.org
I updated the original demo so it works perfectly by not using `pointerover` and instead coupling `pointermove` events to the size of the grid and grid cells: Fully working (drag works perfectly every time): https://codepen.io/trusktr/pen/eYdPOKb Broken (drag fails sometimes): https://codepen.io/trusktr/pen/OJRBQWX After much fiddling, I believe there are two browser bugs: - https://bugs.chromium.org/p/chromium/issues/detail?id=1166044 - https://bugzilla.mozilla.org/show_bug.cgi?id=1686390 Unless I missed something, in which case it would be proof that this API is much too complicated and not intuitive. -- GitHub Notification of comment by trusktr Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/346#issuecomment-759211255 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 13 January 2021 05:17:09 UTC