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: Keyboard Access To Assign Users To Breakout Room Broken #13010

Merged
merged 2 commits into from Aug 18, 2021

Conversation

ramonlsouza
Copy link
Member

What does this PR do?

Restores keyboard access in breakout room modal.

Closes Issue(s)

Closes #13003

@@ -871,6 +871,7 @@ class BreakoutRoom extends PureComponent {
return this.getUserByRoom(room)
.map((user) => (
<p
tabIndex={0}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Setting the tabIndex's to 0 for the names in the list will force a keyboard user into tabbing through each name in a list before being able to move to the next. This can be problematic with a lot of users in the list. We should set this tabIndex to -1.

@sonarcloud
Copy link

sonarcloud bot commented Aug 17, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@pedrobmarin pedrobmarin merged commit 9b94f7e into bigbluebutton:develop Aug 18, 2021
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.

Keyboard Access To Assign Users To Breakout Room Broken
3 participants