-
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
53814 fix confirmation button jump #55494
53814 fix confirmation button jump #55494
Conversation
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@mananjadhav 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] |
@mananjadhav Due to the regression test caused by this ticket, our PR was reverted. I have created a new PR and included a fix for the regression issue. Could you please check it again? Thanks! |
I'll review this today. |
@huult Can you update the test steps to include the regression test scenario? And I know the regression was closed with a rever, but can we also link the regression issue? it'll be useful for QA to test both. |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-confirmation-button-jump.movAndroid: mWeb Chromemweb-chrome-confirmation-button-jump.moviOS: Nativeios-confirmation-button-jump.moviOS: mWeb Safarimweb-safari-confirmation-button-jump.movMacOS: Chrome / Safariweb-confirmation-button-jump.movMacOS: Desktopdesktop-confirmation-button-jump.mov |
@mananjadhav I have already updated the steps to verify the issue Expensify/App#55275. |
Thanks @huult. Somehow I missed it 🤦♂️ |
✋ 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/Gonals in version: 9.0.89-0 🚀
|
We are seeing this on Android. It is slightly jumping 1737710257191.63aa5a08-6750-41c1-a61d-d0d6ceb52f49.mp4 |
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.0.89-8 🚀
|
Details
Fixed Issues
$ #53814
PROPOSAL: #53814 (comment)
Tests
Same QA step
Offline tests
QA Steps
and
Note: This step is to verify the issue described in Expensify/App#55275
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)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.2025-01-02.at.12.06.47.mp4
Android: mWeb Chrome
Screen.Recording.2025-01-02.at.12.09.21.mp4
iOS: Native
Screen.Recording.2025-01-02.at.12.03.18.mp4
iOS: mWeb Safari
Screen.Recording.2025-01-02.at.11.58.03.mp4
MacOS: Chrome / Safari
Screen.Recording.2025-01-02.at.12.11.28.mp4
MacOS: Desktop
Screen.Recording.2025-01-02.at.12.12.54.mp4