-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix video does not stop playing when going to inbox from search #54552
Conversation
The Eslint error isn't related to our changes. |
Could you try to fix the ESLint issues following this guideline? |
src/components/HTMLEngineProvider/HTMLRenderers/VideoRenderer.tsx
Outdated
Show resolved
Hide resolved
@mkzie2 After playing a video in Reports/Chats, if you navigate to a report with a posted video and play it, both videos will play simultaneously. Could you please take a look on this issue? Screen.Recording.2025-01-01.at.23.22.18.mp4 |
On it today. |
Still investigate. |
@suneox I updated to fix this bug, please help to check again. |
@mkzie2 It looks like after merging with the latest main branch, we cannot play videos in reports/chat on both latest staging & current PR branch. Could you please investigate the offending PR? Screen.Recording.2025-01-13.at.23.52.29.mp4 |
I can't find the offending PR. |
@suneox I fixed the video play in search. Please help to check again. |
Thanks for the update, i'll review it today |
@mkzie2 Could you please check after navigate between inbox & chat report the video still playing simultaneously? Screen.Recording.2025-01-27.at.15.44.05.mov |
On it now. |
Still finding the RCA. |
@suneox I updated and tested this bug above. It's fixed now. The problem is |
@mkzie2 Thank you for the quick update! It looks almost done. Could you please handle the control of the playing state on the video inline controller? Screen.Recording.2025-02-16.at.12.43.41.mp4We have a different playing state when playing from the inline controller, this issue doesn’t occur on the latest staging. |
@suneox I'm not in Expensify Slack. |
Still finding the RCA. |
@suneox, I updated it to fix the error above and tested it again. Please help to check. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-02-20.at.23.49.54.mp4Android: mWeb ChromeScreen.Recording.2025-02-20.at.22.33.11.mp4iOS: NativeScreen.Recording.2025-02-20.at.22.27.54.mp4iOS: mWeb SafariScreen.Recording.2025-02-20.at.22.30.27.mp4MacOS: Chrome / SafariScreen.Recording.2025-02-20.at.22.23.30.mp4MacOS: DesktopScreen.Recording.2025-02-20.at.22.24.28.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, just a minor correction
Co-authored-by: Aldo Canepa Garay <[email protected]>
@aldo-expensify I Updated. |
oops, my suggestion introduced some eslint errors, can you fix those? 🙏 |
@aldo-expensify It's fixed. |
Thank you! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/aldo-expensify in version: 9.1.3-0 🚀
|
Explanation of Change
Fixed Issues
$ #54166
PROPOSAL: #54166 (comment)
Tests
Offline tests
None
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2024-12-25.at.16.11.20.mov
Android: mWeb Chrome
Screen.Recording.2024-12-25.at.16.07.13.mov
iOS: Native
Screen.Recording.2024-12-25.at.16.13.59.mp4
iOS: mWeb Safari
Screen.Recording.2024-12-25.at.16.08.37.mov
MacOS: Chrome / Safari
Screen.Recording.2024-12-25.at.16.03.39.mov
MacOS: Desktop
Screen.Recording.2024-12-25.at.16.12.49.mp4