-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
hover is a native DOM event which we cannot trigger by JS. So some styles relative to the :hover selector will be broken when replay.
We can use an alternative approach to simulate the hover event with the following steps:
- record mousemove event target node id in the mousemove observer.
- add an extra
\:hoverclass name selector to the CSS rules which contains the:hoverselector during rebuilding. - toggle
\:hoverclass name when applying mousemove event.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels