-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fixing focus ring and type ahead stories in ListView #2325
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
Conversation
|
Build successful! 🎉 |
|
Build successful! 🎉 |
reidbarber
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| let target = getCell(tree, 'Baz'); | ||
| let grid = tree.getByRole('grid'); | ||
| act(() => grid.focus()); | ||
| fireEvent.keyDown(grid, {key: 'B'}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please include the keyUp as well
…rum into fix_listview_focusring
snowystinger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm tested in chrome/safari/ff
|
Build successful! 🎉 |
|
Build successful! 🎉 |
|
Build successful! 🎉 |
|
Build successful! 🎉 |
* fixing focus ring and type ahead stories * fixing lint * adding keyup to listview tests Co-authored-by: Danni <drobinson@livefyre.com>
Closes
✅ Pull Request Checklist:
📝 Test Instructions:
🧢 Your Project: