-
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
[$250] Categories - Check mark appears briefly next to "Enabled" after tapping Select #46651
Comments
Triggered auto assignment to @cristipaval ( |
Triggered auto assignment to @mallenexpensify ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
We think this issue might be related to the #collect project. |
Job added to Upwork: https://www.upwork.com/jobs/~014c73364e46974b4a |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @alitoshmatov ( |
Not a blocker, demoting. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Check mark appears briefly when selecting item in list. What is the root cause of that problem?The checkmark will show if the item is selected and canSelectMultiple is false App/src/components/SelectionList/BaseListItem.tsx Lines 105 to 117 in 864c69f
canSelectMultiple is only true if the selection mode is on.
However, the selection mode toggling waits for the onyx data while the category item is already selected. App/src/components/SelectionListWithModal/index.tsx Lines 56 to 57 in 864c69f
App/src/libs/actions/MobileSelectionMode.ts Lines 4 to 6 in 864c69f
So, item.isSelected is already true, but canSelectMultiple is still false. What changes do you think we should make in order to solve the problem?Update the
|
@cristipaval, @mallenexpensify, @alitoshmatov Huh... This is 4 days overdue. Who can take care of this? |
@alitoshmatov Could you please review the proposals? |
Thank you for your proposal @bernhardoj . Your RCA is correct. But your solution is not working properly on me. Notice when first time selection is enabled it is not showing selected item, and only updating after second item is selected Simulator.Screen.Recording.-.iPhone.15.Plus.-.2024-08-07.at.16.03.46.mp4Also we should consider all similar cases throughout the app. Like tags page also have the same issue |
@alitoshmatov did you add |
@bernhardoj My bad, That was the problem. It is working fine now. |
We can go with @bernhardoj 's proposal. We should also fix tags page and other similar pages if any exists. C+ reviewed 🎀 👀 🎀 |
Current assignee @cristipaval is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
📣 @alitoshmatov 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
PR is ready cc: @alitoshmatov |
The PR was deployed 2 weeks ago, so this should be ready for payment. Requested in ND. |
Need a payment summary to approve. |
Contributor: @bernhardoj due $250 via NewDot I'm leaning towards - we don't need a regression test for this since it's a brief flash and not something we want to check on with every deploy (and questionable if we'd want to check monthly). Comment if you disagree. |
$250 approved for @bernhardoj |
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: 9.0.15-4
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/4801321
Logs: https://stackoverflow.com/c/expensify/questions/4856
Issue reported by: Applause-Internal team
Action Performed:
Expected Result:
When long pressing on the category, there will be no check mark next to "Enabled".
Actual Result:
When long pressing on the category, a green check mark appears briefly next to "Enabled".
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Bug6558895_1722493005519.ScreenRecording_08-01-2024_14-09-47_1__1_.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @alitoshmatovThe text was updated successfully, but these errors were encountered: