You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Number: 1.4.24-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: 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:
Open the app and log in
Tap the FAB > Assign Task
Enter title
Add the code block in the task description:
if (files.length > 0) {
// Prevent the default so we do not post the file name into the text box
event.preventDefault(); this.props.onPasteFile(event.clipboardData.files[0]);
return;
if (files.length > 0) {
// Prevent the default so we do not post the file name into the text box
event.preventDefault() this.props.onPasteFile(event.clipboardData.files[0]);
return;
Proceed to the next screen and finish creating the task
Expected Result:
Able to create a task without significant delay
Actual Result:
The app lags after pasting the code block in the description field
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
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.4.24-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:
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:
if (files.length > 0) {
// Prevent the default so we do not post the file name into the text box
event.preventDefault(); this.props.onPasteFile(event.clipboardData.files[0]);
return;
if (files.length > 0) {
// Prevent the default so we do not post the file name into the text box
event.preventDefault() this.props.onPasteFile(event.clipboardData.files[0]);
return;
Expected Result:
Able to create a task without significant delay
Actual Result:
The app lags after pasting the code block in the description field
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6338420_1704939519196.video_2024-01-10_21-17-46.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit