-
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
Chat - Scrolling does not work if the user adds a message or clicks 'New messages' button #30947
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @thienlnam ( |
Hmm yeah, the 'New Message' indicator doesn't scroll me anymore |
This came from custom ref handling in #28793 |
If you press this button without navigating to thread would it scroll you down? |
Nope. Seems like ref of MVCPFlatList is not forwarded correctly |
App/src/hooks/useReportScrollManager/index.ts Lines 12 to 18 in a1a0f38
Early returned because flatListRef.current is not set |
@perunt You around to get a PR up for this? Ideally we can just fix the ref forwarding and then we won't have to revert the PR |
There's another similar regression: #30935 |
Confirmed #30962 fixes this issue as well |
Great - we'll link that one there then. Thanks for the help here! |
This was taken care of in #30962 |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.3.96.0
Reproducible in staging?: y
Reproducible in production?: n
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Expected Result:
Actual Result:
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Bug6266738_1699321983202.Chat-Button-New-Message-scroll-not-working.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: