Scrolling a user profile on mobile can cause a stuck "user activity" popover
What happened?
When scrolling through a user's profile on mobile (specifically when swiping to scroll), the "Activity" popover can become stuck, obscuring the screen. This seems to happen if the user's finger drags over the Activity graph. The control may be trapping the onmouseover
event on mobile, which is incorrect and would cause this behavior.
What did you expect to happen?
The popover should neither appear, nor get stuck.
Version
2024.9.0-dev
Instance
enby.life
What type of issue is this?
Frontend
What browser are you using? (Client-side issues only)
Firefox Mobile
What operating system are you using? (Client-side issues only)
Android
Contribution Guidelines By submitting this issue, you agree to follow our Contribution Guidelines
- I agree to follow this project's Contribution Guidelines
- I have searched the issue tracker for similar issues, and this is not a duplicate.