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

[HOLD for payment 2024-11-11] [HOLD for payment 2024-11-07] Room - Unable to type anything in the search field in Members page #51664

Closed
4 of 8 tasks
lanitochka17 opened this issue Oct 29, 2024 · 20 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Engineering Weekly KSv2

Comments

@lanitochka17
Copy link

lanitochka17 commented Oct 29, 2024

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.55-2
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause - Internal Team

Action Performed:

  1. Go to staging.new.expensify.com
  2. Create a room
  3. Invite 8 members to the room
  4. Click on the room chat header
  5. Click Members
  6. Enter anything on the search field

Expected Result:

User should be able to type in the search field in Members page

Actual Result:

User is unable to type anything in the search field in Members page

Workaround:

Unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android: Standalone
  • Android: HybridApp
  • Android: mWeb Chrome
  • iOS: Standalone
  • iOS: HybridApp
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence
Bug6649415_1730210235481.20241029_215450.mp4

View all open jobs on GitHub

@lanitochka17 lanitochka17 added the DeployBlockerCash This issue or pull request should block deployment label Oct 29, 2024
Copy link

melvin-bot bot commented Oct 29, 2024

Triggered auto assignment to @bondydaa (DeployBlockerCash), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

Copy link

melvin-bot bot commented Oct 29, 2024

💬 A slack conversation has been started in #expensify-open-source

Copy link
Contributor

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

@lanitochka17
Copy link
Author

Production:

Recording.2646.mp4

@bondydaa
Copy link
Contributor

nothing stands out to me from the checklist immediately, trying to dive in deeper on a few to see if they're related.

@bondydaa
Copy link
Contributor

i believe this is the component https://github.com/expensify/app/blob/main/src/pages/RoomMembersPage.tsx

@bondydaa
Copy link
Contributor

the search input only shows when there are 8 or more based on this logic

return activeParticipants.length >= CONST.SHOULD_SHOW_MEMBERS_SEARCH_INPUT_BREAKPOINT;

but the PR that added that has been live for months (and should be on prod already) so it makes me think there is something within one of the nested/base components of SelectionListWithModal that might have changed but even there I don't really see any recent, staging only changes for SelectionList or BaseSelectionList

@bondydaa
Copy link
Contributor

asked for help here https://expensify.slack.com/archives/C01GTK53T8Q/p1730219259911659?thread_ts=1730210923.463089&cid=C01GTK53T8Q

i need to focus on other tasks for now.

@bondydaa
Copy link
Contributor

bondydaa commented Oct 29, 2024

Thanks @grgia for #51684, just merged that. requesting a CP now.

https://expensify.slack.com/archives/C07J32337/p1730228354665339

@bondydaa
Copy link
Contributor

i tested on staging and seems to be working.

2024-10-29_13-24-31.mp4

asked for QA to retest as we 🙏

@kavimuru
Copy link

Tester can still reproduce in #announce room but not in the other rooms.

20241030_052325.mp4

@bondydaa
Copy link
Contributor

ah I see why, looks like that is using this page https://github.com/expensify/app/blob/main/src/pages/ReportParticipantsPage.tsx which is very similar to https://github.com/expensify/app/blob/main/src/pages/RoomMembersPage.tsx which is what we already fixed. I think the fix is the same thing as i see the debouncedState in the ReportParticipantsPage file.

@bondydaa
Copy link
Contributor

new PR here #51702

@bondydaa
Copy link
Contributor

i'll be signing off shortly, left a note for beaman in the #deployer channel about this one. i believe we just need to review, merge, CP #51702 to fix this.

@bondydaa
Copy link
Contributor

bumped the qa thread to retest this again since most recent fix has been CP'd so this should be fixed https://expensify.slack.com/archives/C9YU7BX5M/p1730307374065539?thread_ts=1730229556.632319&cid=C9YU7BX5M

@kavimuru
Copy link

Not reproducible

Recording.2082.mp4

@bondydaa bondydaa removed the DeployBlockerCash This issue or pull request should block deployment label Oct 30, 2024
@melvin-bot melvin-bot bot added Weekly KSv2 and removed Weekly KSv2 labels Oct 31, 2024
@melvin-bot melvin-bot bot added the Awaiting Payment Auto-added when associated PR is deployed to production label Oct 31, 2024
@melvin-bot melvin-bot bot changed the title Room - Unable to type anything in the search field in Members page [HOLD for payment 2024-11-07] Room - Unable to type anything in the search field in Members page Oct 31, 2024
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Oct 31, 2024
Copy link

melvin-bot bot commented Oct 31, 2024

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

Copy link

melvin-bot bot commented Oct 31, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.55-10 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 2024-11-07. 🎊

@melvin-bot melvin-bot bot added Weekly KSv2 and removed Weekly KSv2 labels Nov 4, 2024
@melvin-bot melvin-bot bot changed the title [HOLD for payment 2024-11-07] Room - Unable to type anything in the search field in Members page [HOLD for payment 2024-11-11] [HOLD for payment 2024-11-07] Room - Unable to type anything in the search field in Members page Nov 4, 2024
Copy link

melvin-bot bot commented Nov 4, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.56-9 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 2024-11-11. 🎊

@suneox
Copy link
Contributor

suneox commented Dec 20, 2024

Hi @bondydaa I've reviewed this PR, so can I receive any offer? Thanks!

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 Engineering Weekly KSv2
Projects
None yet
Development

No branches or pull requests

4 participants