Re: [pointerevents] Mouse and Pointer events from a stationary mouse (#529)

> There are important differences between major browsers here:
> 
> * [Repro for top frame](https://mustaqahmed.github.io/web/interop/event-from-non-moving-mouse.html):
>   
>   * After a short delay, Chrome fires pointer/mouse over/out events and no move event, and shows hover effect.
>   * After a short delay, Firefox fires mouseover/out events only, and shows hover effect.
>   * Safari fires no events, and shows hover effect.

When I tested this, safari fired pout mout pover mover pmove mmove in addition to the hover effect.

> * [Repro for sub-frame](https://codepen.io/mustaqahmed/full/pvzzxbe):
>   
>   * Chrome fires no events, and shows no hover effect.
>   * After a short delay, Firefox fires mouseover/out events only, and shows hover effect.
>   * [TODO]: need to check.

I get the same result as the first case here.

-- 
GitHub Notification of comment by flackr
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/529#issuecomment-2501831771 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 26 November 2024 20:13:44 UTC