-
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
[HOLD for payment 2023-07-21] [$1000] Action menu has cursor pointer while it is not clickable #22310
Comments
ProposalPlease re-state the problem that we are trying to solve in this issue.Action menu has cursor pointer while it is not clickable. What is the root cause of that problem?There is no cursor style added to What changes do you think we should make in order to solve the problem?we need to add cursor style Lines 647 to 654 in d2de779
What alternative solutions did you explore? (Optional)instead we can to add cursor style style={[this.wrapperStyle, styles.cursorDefault]} |
Triggered auto assignment to @twisterdotcom ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Mini context menu shows cursor pointer around the item even though it's actually not clickable. What is the root cause of that problem?This issue starts to happen after the accessible pressable project. In GenericPressable, we are setting the cursor to pointer by default.
App/src/components/Pressable/GenericPressable/BaseGenericPressable.js Lines 18 to 28 in 4f9f428
This is assuming that every component that use Pressable will be clickable, but it's not the case with this issue. In this issue, the whole mini context menu cursor becomes pointer because it inherits the cursor style from PressableWithSecondaryInteraction. App/src/pages/home/report/ReportActionItem.js Lines 439 to 461 in 4f9f428
PressableWithSecondaryInteraction is based on PressableWithFeedback which is based on GenericPressable. We don't set any onPress here, so the cursor style shouldn't be a pointer. What changes do you think we should make in order to solve the problem?The easiest fix is to set the cursor style here as default. App/src/pages/home/report/ReportActionItem.js Lines 439 to 461 in 4f9f428
What alternative solutions did you explore? (Optional)If a pressable doesn't have an onPress props, we should not change the cursor style. |
Very niche, but it is a bug I suppose. |
Job added to Upwork: https://www.upwork.com/jobs/~01433188c964925d3e |
Triggered auto assignment to @adelekennedy ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @thesahindia ( |
📣 @thesahindia 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Upwork job |
📣 @namhihi237 We're missing your Upwork ID to automatically send you an offer for the Reporter role. |
OH FFS. I was just trying to get this done before I go OOO and GH unassigned everybody. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Action menu has cursor pointer while it is not clickable. What is the root cause of that problem?There is no cursor style added to What changes do you think we should make in order to solve the problem?I think we can add What alternative solutions did you explore? (Optional) |
@ahmedGaber93's proposal looks good to me. 🎀 👀 🎀 C+ reviewed |
📣 @thesahindia 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @ahmedGaber93 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Upwork job |
📣 @namhihi237 We're missing your Upwork ID to automatically send you an offer for the Reporter role. |
@thesahindia PR is ready for review. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.40-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-07-21. 🎊 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.
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:
|
@ahmedGaber93 - paid https://www.upwork.com/en-gb/nx/wm/workroom/34196455/overview?milestone=30845003. |
@twisterdotcom applied |
Thanks! @twisterdotcom |
Yeah I will soon request the payment. I believe we don't need any regression tests for this and it was a case that we missed and I couldn't find the PR that should have prevented this issue. |
@ahmedGaber93 - paid $1500 https://www.upwork.com/en-gb/nx/wm/workroom/34196455/overview?milestone=30845003. |
Acceptd @twisterdotcom |
Hi @twisterdotcom I see the ticket is closed, So any updated payment for this? |
Sorry, this was in my upwork inbox. Just got to it now. All done! |
Thanks @twisterdotcom |
$1,500 payment for @thesahindia approved based on BZ summary. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
The space between two action menus should not be a pointer because it cannot be clicked
Actual Result:
mouse pointer to the space between two action menus has a pointer and but can't click
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.37-2
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
Notes/Photos/Videos: Any additional supporting documentation
Screen.Recording.2023-07-05.at.16.52.01.mov
Expensify/Expensify Issue URL:
Issue reported by: @namhihi237
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1688551149538179
View all open jobs on GitHub
Recording.1178.mp4
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: