blindsidenetworks / mattermost-plugin-bigbluebutton

BigBlueButton plugin for Mattermost :electric_plug:
Apache License 2.0
89 stars 43 forks source link

Make "Join Meeting" button reachable via tab key #70

Closed mkuron closed 3 years ago

mkuron commented 4 years ago

The Join Meeting and End meeting links do not have href attributes, which makes it impossible to navigate to them by hitting the tab key on the keyboard. This makes it difficult for users of screen readers to join meetings. This pull request simply adds a dummy attribute; its value does not really matter as the onClick takes precedence.

harshilsharma63 commented 3 years ago

@mkuron thanks for fixing this. Works great! LGTM.