You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an element has a transform that makes it so that it is visible on-screen, despite its original position being scrolled completely off the page, it does not receive mouse events.
Manually abspos'ing it into a position like that has it still receive events.
Summary
If an element has a transform that makes it so that it is visible on-screen, despite its original position being scrolled completely off the page, it does not receive mouse events.
Manually abspos'ing it into a position like that has it still receive events.
Operating system
Linux
Steps to reproduce
Expected behavior
The div should still receive mouse events.
Actual behavior
The div does not receive mouse events.
URL for a reduced test case
See above.
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
No response
Build flags or config settings
No response
Contribute a patch?
The text was updated successfully, but these errors were encountered: