question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Regarding drag and drop events

See original GitHub issue

The mousemove event does not fire while the mouse is on drag mode. As a result, mouse positions during that time are not recorded. It can be listened to using a dragover event handler during that time.

Recording and playing drag and drop events will also be necessary in many cases. Any plan to implement them in the future?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Yuyz0112commented, Apr 11, 2021

@iAmShakil Thanks for the report, mouse event is not fired when an element has the native draggable attribute. I think using the drag event will help this.

1reaction
iAmShakilcommented, Apr 9, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

HTML Drag and Drop API - MDN Web Docs
HTML drag-and-drop uses the DOM event model and drag events inherited from mouse events . A typical drag operation begins when a user ......
Read more >
Drag-and-drop events in JavaScript - OpenReplay Blog
Drag Events are an extension of the mouse events provided to us by the HTML Drag and Drop API, and they are available...
Read more >
HTML Drag and Drop API - W3Schools
The ondragover event specifies where the dragged data can be dropped. By default, data/elements cannot be dropped in other elements. To allow a...
Read more >
Drag'n'Drop with mouse events - The Modern JavaScript Tutorial
These events allow us to support special kinds of drag'n'drop, such as handling dragging a file from OS file-manager and dropping it into...
Read more >
An Essential Guide to JavaScript Drag and Drop By Examples
Events on drop targets ... When you drag an element over a valid drop target, these events fire in the following sequence: ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found