-
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 offline workspace save #54634
fix offline workspace save #54634
Conversation
@ZhenjaHorbach 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] |
@suneox can you please review? |
Yes, i'll review it asap |
@huult Could you please explain the RCA related to current change for this issue? This issue still happens on your branch Screen.Recording.2024-12-29.at.16.53.39.mp4 |
@suneox Could you check again? We used visualViewport to detect and hide the keyboard. For different Safari versions, we should return early. I updated it in this PR. Thanks! |
@suneox could you check this comment? |
@suneox I’ve updated your feedback. Thanks! |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-12-30.at.21.51.23.mp4Android: mWeb ChromeScreen.Recording.2024-12-30.at.22.07.18.mp4iOS: NativeScreen.Recording.2024-12-30.at.22.52.20.mp4iOS: mWeb SafariScreen.Recording.2024-12-30.at.22.18.19.mp4MacOS: Chrome / SafariScreen.Recording.2024-12-30.at.21.50.03.mp4MacOS: DesktopScreen.Recording.2024-12-30.at.22.16.07.mp4 |
@huult Please handle the same logic for this one? To handle this issue Screen.Recording.2024-12-30.at.21.52.42.mp4 |
@suneox it's done |
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.
@mountiny The root cause has been identified as a change in height on mWeb/Android when the offline indicator appears, and on mWeb/Safari when the smart banner app appears.
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.
Thank you! @huult can you please add the explanation of this change in the PR body as well?
Details
Fixed Issues
$ #54609
PROPOSAL: N/A
Tests
Same QA step
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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)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-28.at.12.29.46.mp4
Android: mWeb Chrome
Screen.Recording.2024-12-28.at.12.27.40.mp4
iOS: Native
Screen.Recording.2024-12-28.at.12.31.31.mp4
iOS: mWeb Safari
Screen.Recording.2024-12-28.at.12.33.47.mp4
MacOS: Chrome / Safari
Screen.Recording.2024-12-28.at.12.34.28.mp4
MacOS: Desktop
Screen.Recording.2024-12-28.at.12.36.22.mp4