-
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 2024-06-13] [$250] Web - Workspace - Unable to navigate the invite list by using the arrow keys #41906
Comments
Triggered auto assignment to @alexpensify ( |
@alexpensify FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors. |
ProposalPlease re-state the problem that we are trying to solve in this issue.on Workspace unable to navigate the invite list by using the arrow keys What is the root cause of that problem?When Members page is open, the members list is using the App/src/components/SelectionList/BaseSelectionList.tsx Lines 230 to 239 in 974f6b5
Then we open the Invite members page, we use again the This is why all key events trigger on the Members page not on the Invite members page. What changes do you think we should make in order to solve the problem?on const [focusedIndex, setFocusedIndex] = useArrowKeyFocusManager({
initialFocusedIndex: flattenedSections.allOptions.findIndex((option) => option.keyForList === initiallyFocusedOptionKey),
maxIndex: Math.min(flattenedSections.allOptions.length - 1, CONST.MAX_OPTIONS_SELECTOR_PAGE_LENGTH * currentPage - 1),
disabledIndexes: flattenedSections.disabledOptionsIndexes,
- isActive: true,
+ isActive: isFocused,
onFocusedIndexChange: (index: number) => {
scrollToIndex(index, true);
},
isFocused,
}); POC: 20240509_201004.mp4 |
On my testing list, I'll get to it soon. |
I wasn't able to get to this one over the weekend, still on my radar. |
Job added to Upwork: https://www.upwork.com/jobs/~015abf6304380bd09f |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @abdulrahuman5196 ( |
I confirmed that this is an issue and couldn't find another duplicate of this issue. We need proposals here. |
@abdulrahuman5196 - can you please confirm if the proposal above will fix this issue? Thanks! |
Hi I will check on this in my morning. |
Triggered auto assignment to @Christinadobrzyn ( |
Heads up, I will be offline until Tuesday, May 28, 2024, and will not actively watch over this GitHub during that period.@Christinadobrzyn - I need help here to ensure that we get proposals and they are reviewed. I'm trying to avoid this one going stale. Thanks! |
@alexpensify, @abdulrahuman5196, @Christinadobrzyn Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@abdulrahuman5196 can you take a peek at the above proposal? or let me know if should reach out to SWM to see if someone might be able to grab this! TY! |
Triggered auto assignment to @luacmartins, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@alexpensify @luacmartins @abdulrahuman5196 @Christinadobrzyn this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@luacmartins can you take a peek at this review? #41906 (comment) Thank you! |
Sorry, was ooo for the last few days. I agree that @dragnoir's proposal looks good. |
📣 @abdulrahuman5196 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @dragnoir You have been assigned to this job! |
Thanks, @Christinadobrzyn, for the help here. I'm back online and taking over again as the BZ member here. |
Update: The PR is ready for review |
Weekly Update: The PR is waiting to go to Production |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.79-11 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-06-13. 🎊 For reference, here are some details about the assignees on this 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:
|
Okay, we are ready to pay via Upwork tomorrow. @dragnoir, I had to manually send an Upwork offer. Please accept, and I can complete the process tomorrow. Thanks! |
Paid via Upwork!Payouts due: 2024-06-13
Upwork job is here. |
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: 1.4.72-0
Reproducible in staging?: y
Reproducible in production?: y
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
User should navigate the list by using the arrow keys every time Invite new members page open
Actual Result:
User is not able to navigate the invite list by using the arrow keys when open Invite new members page
Workaround:
n/a
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6475664_1715246000978.Recording__3003.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @alexpensifyThe text was updated successfully, but these errors were encountered: