WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 202287
279749
"pointerdown" event not published on first interaction after a drag
https://bugs.webkit.org/show_bug.cgi?id=279749
Summary
"pointerdown" event not published on first interaction after a drag
alexreardon
Reported
2024-09-15 21:00:22 PDT
After dragging a draggable element (`<div draggable="true">Drag me</div>`), the next depression of the users pointer does not publish a "pointerdown" event (but a "mousedown" event is fired). ## Steps to reproduce 1. Drag a draggable element (`<div draggable="true">Drag me</div>`) 2. Finish the drag 3. Press down a pointer anywhere on the screen and no "pointerdown" event is published ## Expected behaviour A "pointerdown" event is published when a user depresses their pointer after a drag operation. ## Reproduction case - Standalone demo:
https://xdn5vw.csb.app/
(See `console` for logs and you will see that "pointerdown" is missing on the interaction after a drag) - Source:
https://codesandbox.io/p/sandbox/xdn5vw?file=%2Fsrc%2Findex.ts%3A16%2C1
Attachments
Add attachment
proposed patch, testcase, etc.
alexreardon
Comment 1
2024-09-16 17:16:21 PDT
This issue is a duplicate of:
https://bugs.webkit.org/show_bug.cgi?id=202287
which was raised in 2019
Radar WebKit Bug Importer
Comment 2
2024-09-22 21:01:14 PDT
<
rdar://problem/136475226
>
Ahmad Saleem
Comment 3
2024-09-24 03:32:38 PDT
*** This bug has been marked as a duplicate of
bug 202287
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug