-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[CP Staging] fix: chat jumps to top briefly each time the expense is created #58904
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
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] |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.movAndroid: mWeb Chrome2025-03-21.17.49.14.moviOS: Nativeios.moviOS: mWeb Safariios-web.movMacOS: Chrome / Safariweb.movMacOS: Desktopweb.mov |
Looks like expenses still jump 2025-03-21.14.33.13.mov |
@ZhenjaHorbach The first jump bug with the error of Screen.Recording.2025-03-21.at.20.43.21.mov |
As I can see in prod everything works good 2025-03-21.14.52.29.mov |
Yeah |
@ZhenjaHorbach Yes, this jump is different and I can reproduce it in production, you can try to create split bill serval times. |
Screen.Recording.2025-03-21.at.21.00.37.mov |
I still can't reproduce in prod 😅 @WojtekBoman |
In ios looks like we still have issue with dismissModal 2025-03-21.15.18.48.mov |
And we have this issue on native apps 2025-03-21.15.23.31.mov |
This issue should be fixed by this PR #58908 |
I checked the method responsible for scrolling to bottom in Screen.Recording.2025-03-21.at.15.29.20.mov |
Just to clarify, I don't suggest to remove this line to fix the issue, because it will definitely cause many side effects, but it might be related to the encountered problem |
It's okay |
I think it might also be connected with the issue which is fixed by this PR #58904 |
It's true |
Here is a wrong link |
I checked and it's fixed |
LGTM ! |
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.
Thanks!
[CP Staging] fix: chat jumps to top briefly each time the expense is created (cherry picked from commit 55ec5d2) (CP triggered by luacmartins)
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Cherry-picked to staging by https://github.com/luacmartins in version: 9.1.16-4 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/luacmartins in version: 9.1.16-4 🚀
|
Explanation of Change
fix: chat jumps to top briefly each time the expense is created
Fixed Issues
$ #58871
PROPOSAL: #58871 (comment)
Tests
Offline tests
Same
QA Steps
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.2025-03-21.at.19.26.55.mov
Android: mWeb Chrome
Screen.Recording.2025-03-21.at.19.23.32.mov
iOS: Native
iOS: mWeb Safari
Screen.Recording.2025-03-21.at.19.24.48.mov
MacOS: Chrome / Safari
Screen.Recording.2025-03-21.at.19.18.03.mov
MacOS: Desktop
Screen.Recording.2025-03-21.at.19.37.32.mov