Skip to content
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

[$1000] [HOLD for payment 2023-06-21] [HOLD for payment 2023-06-19] WS - Members list - Tooltip “Blocked” appears when user moves cursor over usernames / avatars #20495

Closed
2 of 6 tasks
kavimuru opened this issue Jun 9, 2023 · 27 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor

Comments

@kavimuru
Copy link

kavimuru commented Jun 9, 2023

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:

  1. Start Expensify and login with any account
  2. Go to any workspace or create the new one
  3. Go to Workspace > Members and invite some users to workspace
  4. Move cursor over avatars and user names

Expected Result:

The cursor is hand-shaped and gives checkbox marks anywhere

Actual Result:

The cursor has tooltip 'block/unavailable' and gives checkbox marks only in checkbox area

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?

  • Android / native
  • Android / Chrome
  • iOS / native
  • iOS / Safari
  • MacOS / Chrome / Safari
  • MacOS / Desktop

Version Number: 1.3.26-1
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
Bug6086010_Chrome-Tooltip-Blocked-Usernames

Bug6086010_Desktop-Tooltip-Blocked-Usernames.mp4

Expensify/Expensify Issue URL:
Issue reported by: Applause internal team
Slack conversation:

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01e6ff8ea4d60e1484
  • Upwork Job ID: 1671674682457559040
  • Last Price Increase: 2023-06-22
@kavimuru kavimuru added DeployBlockerCash This issue or pull request should block deployment Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Jun 9, 2023
@melvin-bot
Copy link

melvin-bot bot commented Jun 9, 2023

Triggered auto assignment to @trjExpensify (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

@melvin-bot
Copy link

melvin-bot bot commented Jun 9, 2023

Bug0 Triage Checklist (Main S/O)

  • This "bug" occurs on a supported platform (ensure Platforms in OP are ✅)
  • This bug is not a duplicate report (check E/App issues and #expensify-bugs)
    • If it is, comment with a link to the original report, close the issue and add any novel details to the original issue instead
  • This bug is reproducible using the reproduction steps in the OP. S/O
    • If the reproduction steps are clear and you're unable to reproduce the bug, check with the reporter and QA first, then close the issue.
    • If the reproduction steps aren't clear and you determine the correct steps, please update the OP.
  • This issue is filled out as thoroughly and clearly as possible
    • Pay special attention to the title, results, platforms where the bug occurs, and if the bug happens on staging/production.
  • I have reviewed and subscribed to the linked Slack conversation to ensure Slack/Github stay in sync

@OSBotify
Copy link
Contributor

OSBotify commented Jun 9, 2023

👋 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:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

@melvin-bot
Copy link

melvin-bot bot commented Jun 9, 2023

Triggered auto assignment to @robertjchen (Engineering), see https://stackoverflow.com/c/expensify/questions/4319 for more details.

@dostongulmatov
Copy link
Contributor

Proposal

Please re-state the problem that we are trying to solve in this issue.

WS - Members list - Tooltip “Blocked” appears when user moves cursor over usernames / avatars

What is the root cause of that problem?

The option row is disabled and onSelectRow and isSelected props values are not given to the option row

What changes do you think we should make in order to solve the problem?

<OptionRow
isDisabled
boldStyle
option={{

  1. Remove isDisabled
  2. add here isSelected={isChecked} and onSelectRow={() => this.toggleUser(item.login, item.pendingAction)} as props to the OptionRow component

What alternative solutions did you explore? (Optional)

@trjExpensify
Copy link
Contributor

@marcochavezf @allroundexperts @Skalakid - are you guys looking into this as a regression from #19664?

Related convo.

@allroundexperts
Copy link
Contributor

@marcochavezf @allroundexperts @Skalakid - are you guys looking into this as a regression from #19664?

Related convo.

Checking this now @trjExpensify.

@allroundexperts
Copy link
Contributor

@trjExpensify This is not a regression from #19664. This happened after this PR.

@arosiclair arosiclair self-assigned this Jun 9, 2023
@trjExpensify
Copy link
Contributor

Yup, thanks for isolating it!

@arosiclair
Copy link
Contributor

Took some time looking into this. The OptionRows for the WorkspaceMembersPage and the MoneyRequestConfirmationList are disabled since they aren't actionable which causes the disabled cursor to show on hover. Removing the disabled property defaults the cursor to a pointer option which isn't great either since those options aren't actionable:

Screen.Recording.2023-06-09.at.2.14.26.PM.mov

At this point I'm out of ideas, but @allroundexperts said he'll look into this soon

@arosiclair arosiclair added Hourly KSv2 and removed Daily KSv2 labels Jun 9, 2023
@allroundexperts
Copy link
Contributor

Yup. On it!

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production labels Jun 12, 2023
@melvin-bot melvin-bot bot changed the title WS - Members list - Tooltip “Blocked” appears when user moves cursor over usernames / avatars [HOLD for payment 2023-06-19] WS - Members list - Tooltip “Blocked” appears when user moves cursor over usernames / avatars Jun 12, 2023
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Jun 12, 2023
@melvin-bot
Copy link

melvin-bot bot commented Jun 12, 2023

Reviewing label has been removed, please complete the "BugZero Checklist".

@melvin-bot
Copy link

melvin-bot bot commented Jun 12, 2023

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.26-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-06-19. 🎊

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.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

As a reminder, here are the bonuses/penalties that should be applied for any External issue:

  • Merged PR within 3 business days of assignment - 50% bonus
  • Merged PR more than 9 business days after assignment - 50% penalty

@melvin-bot
Copy link

melvin-bot bot commented Jun 12, 2023

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:

  • [@allroundexperts] The PR that introduced the bug has been identified. Link to the PR:
  • [@allroundexperts] The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment:
  • [@allroundexperts] A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion:
  • [@allroundexperts] Determine if we should create a regression test for this bug.
  • [@allroundexperts] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
  • [@trjExpensify] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@melvin-bot melvin-bot bot added Weekly KSv2 and removed Weekly KSv2 labels Jun 14, 2023
@melvin-bot melvin-bot bot changed the title [HOLD for payment 2023-06-19] WS - Members list - Tooltip “Blocked” appears when user moves cursor over usernames / avatars [HOLD for payment 2023-06-21] [HOLD for payment 2023-06-19] WS - Members list - Tooltip “Blocked” appears when user moves cursor over usernames / avatars Jun 14, 2023
@melvin-bot
Copy link

melvin-bot bot commented Jun 14, 2023

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.27-7 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-06-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.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

As a reminder, here are the bonuses/penalties that should be applied for any External issue:

  • Merged PR within 3 business days of assignment - 50% bonus
  • Merged PR more than 9 business days after assignment - 50% penalty

@melvin-bot
Copy link

melvin-bot bot commented Jun 14, 2023

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:

  • [@allroundexperts] The PR that introduced the bug has been identified. Link to the PR:
  • [@allroundexperts] The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment:
  • [@allroundexperts] A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion:
  • [@allroundexperts] Determine if we should create a regression test for this bug.
  • [@allroundexperts] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
  • [@trjExpensify] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@melvin-bot melvin-bot bot added Daily KSv2 Overdue and removed Weekly KSv2 labels Jun 19, 2023
@trjExpensify
Copy link
Contributor

👋 @allroundexperts can you get to the checklist please?

Also, I'm a bit hazy on the history here. Was this confirmed not a regression in the end, so it's just standard payment for the fix? ($1000).

@melvin-bot melvin-bot bot removed the Overdue label Jun 21, 2023
@allroundexperts
Copy link
Contributor

Also, I'm a bit hazy on the history here. Was this confirmed not a regression in the end, so it's just standard payment for the fix? ($1000).

@tjferriss This was a regression from a PR which was not done by me. This happened after #19612.

The PR I created got merged the same day so I think it should be eligible for the bonus as well.

@allroundexperts
Copy link
Contributor

Checklist:

  1. PR which introduced this was 17013 - migrate OptionRow to PressableWithFeedback #19612.
  2. PR was commented on here.
  3. I don't think that we could have done anything to avoid this other than more careful testing. As such, I feel like that Slack discussion is not needed.
  4. It would be good to have the regression test in place for this. The steps given in the description seem sufficient.

@trjExpensify
Copy link
Contributor

Cool, we already have it in step 7 here I think.

  1. Final Review page
  2. Verify that the next page you see is the final confirmation screen
  3. Verify that the total amount entered on the BNP is left-aligned in the header next to the back caret with the correct currency e.g < Split $100
  4. Verify that your name appears under the Who paid? header
  5. Verify that the attendees you added appear under the Who was there? header
  6. Verify that you cannot select/deselect the attendees
  7. Web/Desktop - Verify that the cursor does not turn into a pointer when hovering over the attendees under "Who was there?"
  8. Verify that the amounts next to each attendee (including yourself as the payer) reflects an equal split of the total amount entered on the BNP e.g $25
  9. Add a comment, then select the Split Bill confirmation button
  10. Verify that the modal closes and that you land in the Group DM with exactly the same set of users you just split the bill with

@trjExpensify trjExpensify added the External Added to denote the issue can be worked on by a contributor label Jun 22, 2023
@melvin-bot melvin-bot bot changed the title [HOLD for payment 2023-06-21] [HOLD for payment 2023-06-19] WS - Members list - Tooltip “Blocked” appears when user moves cursor over usernames / avatars [$1000] [HOLD for payment 2023-06-21] [HOLD for payment 2023-06-19] WS - Members list - Tooltip “Blocked” appears when user moves cursor over usernames / avatars Jun 22, 2023
@melvin-bot
Copy link

melvin-bot bot commented Jun 22, 2023

Job added to Upwork: https://www.upwork.com/jobs/~01e6ff8ea4d60e1484

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Jun 22, 2023
@melvin-bot
Copy link

melvin-bot bot commented Jun 22, 2023

Current assignee @trjExpensify is eligible for the External assigner, not assigning anyone new.

@melvin-bot
Copy link

melvin-bot bot commented Jun 22, 2023

Current assignee @allroundexperts is eligible for the External assigner, not assigning anyone new.

@trjExpensify trjExpensify removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Jun 22, 2023
@trjExpensify
Copy link
Contributor

Sent you an offer for $1,500 here.

@trjExpensify
Copy link
Contributor

Settled!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor
Projects
None yet
Development

No branches or pull requests

8 participants