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

fix(List): fix ListTitle getting focus on initialization #2638

Merged

Conversation

rivka-ungar
Copy link
Contributor

@rivka-ungar rivka-ungar requested a review from a team as a code owner December 9, 2024 15:13
Copy link
Contributor

@YossiSaadi YossiSaadi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@@ -29,7 +29,7 @@ exports[`List renders correctly with list items 1`] = `
onFocus={[Function]}
onMouseEnter={[Function]}
role="option"
tabIndex={0}
tabIndex={-1}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the bug already existed in the snapshot?? that shows the amount of trust you can get from this kind of testing 😓

@rivka-ungar rivka-ungar added this pull request to the merge queue Dec 10, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Dec 10, 2024
@rivka-ungar rivka-ungar added this pull request to the merge queue Dec 10, 2024
@rivka-ungar rivka-ungar removed this pull request from the merge queue due to a manual request Dec 10, 2024
@rivka-ungar rivka-ungar merged commit 0986200 into master Dec 10, 2024
12 checks passed
@rivka-ungar rivka-ungar deleted the list-listtitle-getting-focus-on-first-enter-8011242971 branch December 10, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants