-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video controls are hidden in some cases #57054
Comments
Triggered auto assignment to @johncschuster ( |
@m-natarajan, this one was reported by me (there was a batch of four bugs, the other 3 were reported by @linhvovan29546, so it was easy to miss 😄) |
ProposalPlease re-state the problem that we are trying to solve in this issue.Video controls are hidden in some cases What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
onBlur: (e: MouseEvent) => {
if (!elementRef.current?.contains(e.target as Node) && !elementRef.current?.contains(e.relatedTarget as Node) && !shouldFreezeCapture) {
handleMouseEvents('blur')();
}
onBlur?.(e);
},
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A What alternative solutions did you explore? (Optional)Result |
Looks like same root cause as #57022 |
@johncschuster Eep! 4 days overdue now. Issues have feelings too... |
Closing in favor of keeping the above linked issue open! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.1.0-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @linhvovan29546
Slack conversation (hyperlinked to channel name): #Expensify bugs
Action Performed:
Expected Result:
Video controls are displayed, since mouse is still hovering over a video
Actual Result:
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Screen.Recording.2025-02-18.at.18.33.42.mov
Recording.997.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: