-
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
Tapping on Edit Message scrolls down to the bottom to the compose box #3545
Comments
Triggered auto assignment to @francoisl ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Added the deploy blocker label. We didn't experience this issue on last regression. |
Hey @isabelastisser, do you know if is this Android only or also occurring on iOS? |
I can reproduce this on iOS Image.from.iOS.3.MP4 |
In a 1:1 right now, but I can take a look a bit later, otherwise anyone feel free to start digging and I'm happy to help later too. |
@Julesssss The issue is this line https://github.com/Expensify/Expensify.cash/blob/3284a15cb0bef712dc44828905e26943ed5491f8/src/pages/home/report/ReportActionsView.js#L110. But this is necessary. So we should add a check in the event listener that when the main ReportActionComposer is focused only then But now the question is how we will get the focused state of composer here? I don't like nested forwarding the refs. so as per my PR, we are already implementing the ReportActionComposerFocusManager. We can extend the same lib to have a function Implementation of
|
That sounds great to me @parasharrajat. Thanks for taking a look! We'll also remove the deployBlocker here as it's not critical enough to block our release. Let's get an UpWork issue created for you too. |
Triggered auto assignment to @MitchExpensify ( |
No worries, But is PR is up here #3551. Thanks |
Issue reproducible today during KI retests |
Job created here and have invited you @parasharrajat ! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Expected Result:
Describe what you think should've happened
Expected result:
User stays in the same position and is able to edit the message
Actual result:
Tapping on Edit scrolls down the page to the compose box
Actions Performed:
Platform:
Android ✔️
Notes/Images/Video:
Bug5107427_Screen_Recording_20210610-190557_Expensifycash.mp4
Version Number: 1.0.67-0
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
View all open jobs on Upwork
The text was updated successfully, but these errors were encountered: