Open IuliiaHerets opened 1 hour ago
Triggered auto assignment to @cristipaval (DeployBlockerCash
), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.
Triggered auto assignment to @bfitzexpensify (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.
💬 A slack conversation has been started in #expensify-open-source
:wave: 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:
Contextual menu does not close automatically when selecting delete, edit comment & reply in thread options When delete comment option is selected, the action menu does not close & the confirmation modal is displayed behind the action menu. Same issue happens when selecting reply in thread & edit comment options. User has to tap anywhere outside to close the menu
This comes from https://github.com/Expensify/App/pull/52021
We removed the logic to close the context menu here
We should bring this back and we can only hide the context menu if we're in small screen width
if (!shouldDelay) {
contextMenuRef.current.hideContextMenu(onHideCallback);
return;
}
@teneeto Can we raise a quick PR to fix this?
Adding a fix now
Please assign issue to me
⚠️ Looks like this issue was linked to a Deploy Blocker here
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results.
If a regression has occurred and you are the assigned CM follow the instructions here.
If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future.
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: 9.0.64-0 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/5237958 Email or phone of affected tester (no customers): applausetester+ck31118@applause.expensifail.com Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
Contextual menu should close automatically when selecting delete comment, edit commnet or reply in thread options
Actual Result:
Contextual menu does not close automatically when selecting delete, edit comment & reply in thread options When delete comment option is selected, the action menu does not close & the confirmation modal is displayed behind the action menu. Same issue happens when selecting reply in thread & edit comment options. User has to tap anywhere outside to close the menu
Workaround:
Unknown
Platforms:
Screenshots/Videos
https://github.com/user-attachments/assets/2e9ebe0b-1d17-4f74-9805-27839032acb3
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @teneeto