-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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: Attachment - Navigation arrows not disabled and PDF cannot be scrolled while zoomed in #36921
Conversation
@DylanDylann Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@tienifr It seems this bug still happen on Web (laptop) Screen.Recording.2024-02-21.at.00.57.34.mov |
@DylanDylann It turned out that the Root causeThe problem lied here where we use
The reason why earlier testing here worked is because they opened their browser in fullscreen mode which increased SolutionBecause |
@tienifr Thanks for your effort. I agree with you on RCA for this issue that is not mentioned in this proposal |
@tienifr Can't play/pause the video after coming back from the full screen on mWeb Chrome Screen.Recording.2024-02-21.at.18.09.07.mov |
There's a problem when I set |
@tienifr Let's update PR to only fix the original issue. This issue will be fixed separately |
@tienifr Also update linked issue |
Give me some time to test things carefully. I'll ping you when this is ready for review again. |
@DylanDylann Tested well, added screenshots and ready for your review. |
Note: We only fix this bug on IOS and Android App as explained here |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.movAndroid: mWeb ChromeScreen.Recording.2024-02-28.at.00.03.25.moviOS: Nativeios.moviOS: mWeb Safarisa.movMacOS: Chrome / SafariScreen.Recording.2024-02-27.at.23.44.42.movMacOS: DesktopScreen.Recording.2024-02-27.at.23.52.18.mov |
@puneetlath Bump on this one |
@puneetlath Please have a look. |
Whoops, sorry I'm way late. But now I'm not seeing any changes in the PR 😅 |
Whoops, It seems this change is added here |
@DylanDylann Verified this was resolved on |
Details
Navigation arrows not disabled and PDF cannot be scrolled while zoomed in. This PR fixes that.
Fixed Issues
$ #36634
PROPOSAL: #36634 (comment)
Tests
Native only
Offline tests
same as above
QA Steps
Native only
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.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 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-02-27.at.19.38.56-compressed.mov
Android: mWeb Chrome
Screen.Recording.2024-02-27.at.19.43.22-compressed.mov
iOS: Native
Screen.Recording.2024-02-27.at.19.21.34-compressed.mov
iOS: mWeb Safari
Screen.Recording.2024-02-27.at.19.23.02-compressed.mov
MacOS: Chrome / Safari
Screen.Recording.2024-02-21.at.18.07.39-compressed.mov
MacOS: Desktop
Screen.Recording.2024-02-21.at.18.07.39-compressed.mov