-
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-12-07] [$500] Address - Blue border appears around the row and the field is not focused when using Tab key #31203
Comments
Triggered auto assignment to @isabelastisser ( |
Job added to Upwork: https://www.upwork.com/jobs/~01e6211747d5d8420e |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Ollyws ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Blue border appears around the row and the field is not focused when using Tab key. This issue happens to all What is the root cause of that problem?The container wrapping text input is intentionally set with
However inside
Previously we used What changes do you think we should make in order to solve the problem?Pass tabIndex={props.tabIndex ?? (!accessible || !focusable ? -1 : 0)} What alternative solutions did you explore? (Optional)NA |
ProposalPlease re-state the problem that we are trying to solve in this issue.Blue border appears on the row when pressing tab key in the address page What is the root cause of that problem?To prevent focusing by tab, we set
but
This is the root cause What changes do you think we should make in order to solve the problem?I think we need to use
to
This works as expected What alternative solutions did you explore? (Optional) |
Hey @Ollyws, can you please review the proposals above? Thanks! |
@Ollyws please provide an update. Thanks! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
ProposalPlease re-state the problem that we are trying to solve in this issue.
What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
const tabIndex = props.tabIndex !== undefined ? props.tabIndex : !accessible || !focusable ? -1 : 0;
tabIndex={tabIndex} What alternative solutions did you explore? (Optional)
This also resolves our issue but i wasn't sure if this could affect other parts of the code or not. |
@Ollyws, @isabelastisser Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@Ollyws, @isabelastisser Huh... This is 4 days overdue. Who can take care of this? |
Triggered auto assignment to @deetergp, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
PR ready for review #31810. |
@Ollyws any updates here? |
PR is merged. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.5-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-12-07. 🎊 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: |
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:
|
@Ollyws can you please complete the list above? Thanks! |
@isabelastisser I accepted, thanks! |
Bump @Ollyws to complete the checklist above. Thanks! |
Hey @Ollyws, can you please complete the checklist above? Thanks! |
BugZero Checklist:
This started occuring due to the RNW upgrade but we can't really call it a regression as it's out of our hands.
N/A
N/A
This is a minor visual issue that doesn't really affect the flow in any significant way so I don't think a regression test is necessary here. |
Thanks! @Ollyws, please accept the offer in Upwork. |
Accepted, thanks! |
@isabelastisser The job is still open and unpaid on upwork for me if you could take a look, thanks! |
All set! |
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.3.98-0
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
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Expected Result:
The next field will be focused with just one click
Actual Result:
A blue border appears around the field and the next field is not focused. It is only focused after pressing Tab key for the second time
This issue also happens in other area of the app that involve entering value
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6271705_1699645153642.20231111_002549.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: