-
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
[HOLD for payment 2024-07-10] [HOLD for payment 2024-06-20] [HOLD for payment 2024-06-18] [$250] Chat - Compose box is hidden when editing multiple line break message #40767
Comments
Triggered auto assignment to @trjExpensify ( |
We think this issue might be related to the #vip-vsb. |
Job added to Upwork: https://www.upwork.com/jobs/~0179a22c17165154c1 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rojiphil ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Chat - Compose box is hidden when editing multiple line break message What is the root cause of that problem?When editing a message item on report item list will be focus and scrollToIndex immediate, but the keyboard shown 100% after the list item What changes do you think we should make in order to solve the problem?We will be waiting the keyboard open 100% before onFocus={() => {
setIsFocused(true);
+ InteractionManager.runAfterInteractions(() => {
+ requestAnimationFrame(() => {
reportScrollManager.scrollToIndex(index, true);
+ });
+ });
setShouldShowComposeInputKeyboardAware(false);
... Same solution with this and this Before fixScreen.Recording.2024-04-24.at.12.39.49.movAfter fixScreen.Recording.2024-04-24.at.12.40.57.movWhat alternative solutions did you explore? (Optional) |
@trjExpensify This issue still happens when you edit the last item has multiple lines Screen.Recording.2024-04-24.at.12.39.49.mov |
ProposalPlease re-state the problem that we are trying to solve in this issue.The page is not auto-scrolled to the bottom, the compose box is partially hidden, manual scroll is required. What is the root cause of that problem?We're running What changes do you think we should make in order to solve the problem?We need to wait for keyboard is shown totally. To do that we shouldn't lean on
What alternative solutions did you explore? (Optional)NA ResultScreen.Recording.2024-04-24.at.16.18.12.mov |
I think the RCA and solution on this proposal is inherited and duplicated with my proposal is we have to however, my chosen option for solution |
Screen.Recording.2024-04-25.at.11.49.38.movIt works well on mweb. As I said in my proposal, |
react-native-web doesn't implement Keyboard event I have tried keyboard event before using Screen.Recording.2024-04-25.at.23.33.06.movMy solution using |
If there is multi lines text, it's impossible to edit on iPhone. bug_cannotEditMultiLine.mp4 |
@rojiphil are you going to review these proposals? |
@trjExpensify Yes. Will review and share an update today. |
@tienifr What are your thoughts on this concern? |
@suneox And what are your thoughts on this concern? |
@rojiphil I also explain in my comment the reason I was using
|
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.81-11 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-06-18. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.82-4 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-06-20. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
👋 checklist time, please! |
@rojiphil you're a reviewer for this issue so could you please complete a check list? |
|
@trjExpensify Completed BZ checklist and accepted the offer too. Thanks. |
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.3-7 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-07-10. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: v1.4.64-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/4503695
Email or phone of affected tester (no customers): [email protected]
Logs: https://stackoverflow.com/c/expensify/questions/4856
Issue reported by: Applause-Internal team
Action Performed:
Pre-requisite: user must be logged in.
Expected Result:
The page should auto-scroll to the bottom and the compose box should be fully visible without manual scroll.
Actual Result:
The page is not auto-scrolled to the bottom, the compose box is partially hidden, manual scroll is required.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Bug6457792_1713810082838.Vbjf1205_1_.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @trjExpensifyThe text was updated successfully, but these errors were encountered: