Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Remove extraneous tab stop from room tree view. #4193

Merged
merged 1 commit into from
Mar 10, 2020

Conversation

MarcoZehe
Copy link
Contributor

This was introduced some time ago when the room list became scrollable. Divs with overflow:scroll; become focusable for the keyboard in Firefox, but since we have keyboard handling for the whole compound widget, we don't need that tab stop on the tree view container div. Putting tabindex="-1" on it fixes it.

Signed-off-by: Marco Zehe [email protected]

This was introduced some time ago when the room list became scrollable. Divs with overflow:scroll; become focusable for the keyboard in Firefox, but since we have keyboard handling for the whole compound widget, we don't need that tab stop on the tree view container div. Putting tabindex="-1" on it fixes it.

Signed-off-by: Marco Zehe <[email protected]>
@turt2live turt2live requested a review from a team March 10, 2020 15:32
@turt2live turt2live added the Z-Community-PR Issue is solved by a community member's PR label Mar 10, 2020
@turt2live
Copy link
Member

I assume @t3chguy meant to merge this too.

@turt2live turt2live merged commit a808b05 into matrix-org:develop Mar 10, 2020
@t3chguy
Copy link
Member

t3chguy commented Mar 10, 2020

I was going to but at time of approval it was not finished in CI. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Z-Community-PR Issue is solved by a community member's PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants