-
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
[HOLD for payment 2023-10-16] [HOLD for payment 2023-10-13] Task - No-entry mouse sign is displayed when hovering over 'Chevron' icon options displayed on 'Confirm task' page #28919
Comments
ProposalProblemnot allowed cursor is displayed when hovering over 'Chevron' icon options displayed on 'Confirm task' page Root causeThe App/src/components/MenuItem.js Line 353 in 25f7ac1
offending PR : #26789 SolutionWe need to modify the disabled prop to |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @joelbettner ( |
I think this is regression from this PR #26778 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Cursor is disabled on Right Icon on Confirm Task Page What is the root cause of that problem?We are handling different onPress event for iconRight, We have passed shouldShowRightIcon but have not passed onIconRightPress here. App/src/pages/tasks/NewTaskPage.js Lines 181 to 188 in 0cbee22
There is however one condition on onIconRightPress which is, if no present make the iconRight disabled, the below code will explain this line App/src/components/MenuItem.js Lines 352 to 354 in 180fd60
What changes do you think we should make in order to solve the problem?We have to pass another prop which is onIconRightPress same as onPress like this <MenuItem
key={item.translationKey}
onPress={() => item.action()}
onIconRightPress={() => item.action() } After passing this prop it will show the same cursor on iconRight and onPress will work as well as on hover it will show the expected behaviour What alternative solutions did you explore? (Optional)Or what we can do is by default onIconRightPress should be same as onPress prop in the MenuItem.js. This would keep the rightIcon work similar to the old behaviour till onIconRightPress prop is passed explicitly. |
Hi, I’m Michael (Mykhailo) from Callstack and I would like to work in this issue. |
Triggered auto assignment to @stephanieelliott ( |
Bug0 Triage Checklist (Main S/O)
|
@stephanieelliott Only payment is $50 to @Natnael-Guchima for reporting |
@Natnael-Guchima I've extended the offer to you on Upwork, please accept when you get a chance! |
Accepted the offer. Thanks @stephanieelliott |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.78-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 2023-10-13. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
As a reminder, here are the bonuses/penalties that should be applied for any External 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.3.79-5 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 2023-10-16. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
As a reminder, here are the bonuses/penalties that should be applied for any External 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:
|
No need for regression PR, this was a small design bug and we handled it with the engineer related to the PR. We should be good to pay this out which is only for reporting to @Natnael-Guchima $50 |
Summarizing payment on this issue:
Upwork job is here, no bonus on final payout |
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:
Hand icon should be displayed and the chevron icon should be clickable
Actual Result:
No-entry mouse sign is displayed
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.78.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:
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.2023-10-05.at.11.54.52.AM.mov
Screen.Recording.2023-10-05.at.11.43.46.AM.mov
Recording.4861.mp4
Expensify/Expensify Issue URL:
Issue reported by: @Natnael-Guchima
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1696495753528999
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: