-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[$250] mWeb/Chrome - Text Insertion point goes out of the sight on typing in the middle of the paragraph - reported by @Tushu17 #8663
Comments
Triggered auto assignment to @cdraeger11 ( |
@cdraeger11 Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Triggered auto assignment to @MariaHCD ( |
Triggered auto assignment to @kadiealexander ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @parasharrajat ( |
Triggered auto assignment to @pecanoro ( |
ProposalReasonWhen the text changed in TextInput, the updateComment callback function is called, and in the last line of the function we always set scollTop to scrollHeight, which means always scoll to the last of TextInput, this is why the insertion point goes out of the sight. App/src/pages/home/report/ReportActionCompose.js Lines 304 to 327 in 0fb59f5
And I checked the submit history of ReportActionCompose.js Pull #7369 add the code
to solve issue #7351, but cause our current issue, the right way to fix issue #7351 is to call TextInput focus() at last of updateComment callback, not just set scroll to the last of TextInput. SolutionModify this line
to
will fix both issue #7351 and the current issue. I will upload screenshot lately. |
Sounds good! Assigning @b1tjoy to the issue! Don't forget to apply in Upwork |
📣 @b1tjoy You have been assigned to this job by @pecanoro! |
@b1tjoy please let me know your upwork username so I can hire you for the job. :) Offers sent to @parasharrajat for C+ and @Tushu17 for reporting. |
Offer accepted👍 |
Took me some time to figure what my upwork username is, but i still don't know, can I submit a proposal on upwork? I have issue with screenshot on Android simulator, I will take screenshot on real device and make pull request less than 24 hours. |
@b1tjoy I recieved and accepted your upwork proposal, thank you! |
Discussions happening in the PR, not overdue. |
@parasharrajat and @b1tjoy could you please share an update here? |
I have to do some research for moving ahead with the PR. We are looking for better solution. |
@parasharrajat how's your research going? |
Updates on the PR. We are moving ahead. |
Shared an update on PR. |
Not overdue, updates in PR. |
@pecanoro @kadiealexander Be sure to fill out the Contact List! |
The payment is pending here. |
Sorry for the confusion there! Have opened and will pay after the regression period. @pecanoro please don't close these issues until the payment is issued. |
Everyone is paid! Thanks team :) |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
Text insertion point should remain at a constant position.
Actual Result:
It kept moving in and out of sight.
Workaround:
unknown.
Platform:
Where is this issue occurring?
Version Number: 1.1.49-0
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Screen_Recording_20220310-222501_Chrome.1.mp4
Expensify/Expensify Issue URL:
Issue reported by: @Tushu17
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1646931771824919
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: