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.

Pointer events support

See original GitHub issue

Would you consider pointer event support in the scope of this project? They are becoming popular and sometimes even used interchangeably. Just as with other events, the sequence is important.

E.g. a mouse down user interaction would cause:

  1. pointerdown(pointerType=mouse)
  2. mousedown

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kentcdoddscommented, Jun 10, 2020

Let’s just fire them all, that’s what happens in the browser anyway.

0reactions
kentcdoddscommented, Jun 16, 2020

This is now supported

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS pointer-events (for HTML) | Can I use... Support tables for ...
CSS pointer-events (for HTML) ... This CSS property, when set to "none" allows elements to not receive hover/click events, instead the event will...
Read more >
pointer-events - CSS: Cascading Style Sheets - MDN Web Docs
The pointer-events CSS property sets under what circumstances (if any) a particular graphic element can become the target of pointer events.
Read more >
Intent to Ship: Pointer Events - Google Groups
Although Pointer Events has pretty broad support for many years already, the lack of browser support (other than Edge) raised the bar high...
Read more >
Pointer events - The Modern JavaScript Tutorial
Pointer events are a modern way to handle input from a variety of pointing devices, such as a mouse, a pen/stylus, a touchscreen,...
Read more >
Browser Compatibility Testing of CSS pointer-events (for HTML)
BROWSER SUPPORT FOR CSS pointer-events (for HTML) · Google Chrome · Mozilla Firefox · Internet Explorer · Safari · Microsoft Edge · Opera....
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