#PointerEvents
Gecko: Intent to Ship: High-precision coordinates, i.e., fractional coordinates, of PointerEvents in Nightly builds
Gecko: Intent to Ship: High-precision coordinates, i.e., fractional coordinates, of PointerEvents in Nightly builds
Gecko: Intent to Ship: High-precision coordinates, i.e., fractional coordinates, of PointerEvents in Nightly builds
groups.google.com
December 12, 2024 at 2:57 AM
You probably need to use touchevents or pointerevents directly
January 29, 2025 at 2:49 PM
Gecko: Intent to Ship: High-precision coordinates, i.e., fractional coordinates, of PointerEvents in all channels
Gecko: Intent to Ship: High-precision coordinates, i.e., fractional coordinates, of PointerEvents in all channels
Gecko: Intent to Ship: High-precision coordinates, i.e., fractional coordinates, of PointerEvents in all channels
groups.google.com
January 6, 2025 at 4:29 AM
PointerEventsを使って要素をドラッグで動かす
https://zenn.dev/righttouch/articles/move-element-with-pointer-events
PointerEventsを使って要素をドラッグで動かす
zenn.dev
January 26, 2025 at 12:40 PM
vote for me! I will campaign on bringing the pointerEvents prop to <Text>
December 11, 2023 at 10:24 PM
Can't apply pointerEvents="none" to text, so either the entire block is transparent to taps and you can't tap on links, or the entire block eats the swipe gesture :(
Doesn't seem to be a way to listen to gestures and also pass them on to the scrollview
December 11, 2023 at 7:07 PM
めちゃくちゃスッキリと謎が解けた。これは気持ちイイ。 / bugzil.la/1952925 - Frequent dom/events/test/pointerevents/test_wpt_pointerevent_drag_interaction-manual.html | single tracking bug
1952925 - Frequent dom/events/test/pointerevents/test_wpt_pointerevent_drag_interaction-manual.html | single tracking bug
ASSIGNED (masayuki) in Core - DOM: UI Events & Focus Handling. Last updated 2025-03-19.
bugzilla.mozilla.org
March 19, 2025 at 8:39 AM
I opened feedback reports for the frame-rate and PointerEvents limitations, although I'm sure the developers are already aware of these.
January 27, 2025 at 3:10 AM
Your 8000 Hz mouse polls at 1000 Hz in every browser. PointerEvents coalesce at ~1000 events per second.

The Input Lag Tester shows the cap live: move your mouse, watch the chart.

No upload. No server. 100% local.

capytoolkit.com/tools/hardwa...

#gaming #privacy #devtools
Mouse Polling Rate & Input Lag Tester | CapyToolkit
Measure your exact mouse polling rate (Hz) and input latency locally. View live scrolling charts and detect dropouts securely in your browser. Test it now.
capytoolkit.com
July 13, 2026 at 2:29 PM
If only grid gaps could:
- receive their own JS events (or at least populate event.detail in PointerEvents)
- receive :hover

the window splitter type of interfaces could be much easier.
June 11, 2025 at 4:01 PM
Custom gestures breaking on mobile? Understand how pointer, touch, and gesture events differ on mobile browsers and learn practical debugging tips with Chrome DevTools. #PointerEvents #TouchEvents #Gesture #Mobile #Debugging https://blog.mspk.me/posts/debugging-complex-pointer-and-touch-event-intera
August 4, 2026 at 2:31 PM
I always knew PointerEvents carry pen stroke data on web browsers, but I never expected excalidraw.com to actually use that to drive the drawing tools' line widths.

Nifty!
Excalidraw — Collaborative whiteboarding made easy
Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.
excalidraw.com
June 25, 2026 at 6:48 AM
I'm happy to report that I've successfully managed to turn my WTFs and OMGs into working touch PointerEvents, and even got to spot and fix some minor bugs on the way. Once I manage to go through the submission and review process as well it should considerably improve the handling of touchscreens […]
Original post on social.librem.one
social.librem.one
November 16, 2025 at 11:36 AM
FIXED: 丸め誤差との戦いで実働だけでも1ヶ月かかったけどようやくPointerEventの座標をlongからdoubleに。年明けまで特に問題が報告されなければearly betaでも有効化するかね。こういうのはChromeが先行してくれてると楽やわ。 bugzilla.mozilla.org/show_bug.cgi...
1680669 - New wpt failures in /pointerevents/pointerevent_fractional_coordinates.html
RESOLVED (masayuki) in Core - DOM: Events. Last updated 2024-12-03.
bugzilla.mozilla.org
December 3, 2024 at 10:08 PM
It is weird to feel this way about a specification, but I seriously love the PointerEvents spec. Everytime I go looking for a feature, it's right there where I hope it will be. Today's happy surprise: https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/pointerType.
April 28, 2023 at 8:16 PM
I can't do any dragging on my phone. I recommend pointerevents and always testing with responsive mode in devtools to make sure it works on mobile; it's easy to do up front. Also the text is clipped and I can't see it even when editing.
March 11, 2025 at 7:16 PM
PointerEvents、boundary events周りの考え方を根本的に変更になったから、Interop2024とは、って感じになっとるな。
December 18, 2024 at 8:20 AM
仕事してるか酒飲んでるか子供とのスキンシップかってぐらいに忙しかったうちのひとつがようやく投入成功したっぽい。NightlyではPointerEventのscreenX, screenY, clientX, clientY, offsetX, offsetY, pageX, pageYがlongからdoubleになりました。ついでにwidthとheightも。 bugzilla.mozilla.org/show_bug.cgi...
1680669 - New wpt failures in /pointerevents/pointerevent_fractional_coordinates.html
ASSIGNED (masayuki) in Core - DOM: Events. Last updated 2024-12-02.
bugzilla.mozilla.org
December 3, 2024 at 11:28 AM
FIXED: Bug 1882285 - Perma [tier 2] /pointerevents/<something> | <something> なんかバックログになってたテストがやたらとパスしたり別の失敗になってるんですけど?って来てて、朝から心臓に悪かった。あまりに対象が多すぎてマニフェストの修正だけで一日かかってしまった。
1882285 - Perma [tier 2] /pointerevents/<something> | <something>
ASSIGNED (masayuki) in Core - DOM: Events. Last updated 2024-02-28.
bugzilla.mozilla.org
February 28, 2024 at 1:38 PM
#うひーメモ
2023-11-12 06:00:50
pointerEventメモ
#Program
#pointerevent
#const
#mous
pointerEventメモ
マウスアクションでできるPointerEventsで使いそうなイベントをメモconstmouseEventContentdocumentgetElementByIdmouseEve
qiita.com
November 11, 2023 at 9:00 PM
Why doesn’t <Text> have the pointerEvents prop, it kills me…
December 8, 2023 at 10:28 AM