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

Accessibility fixes to the LeftPanel #3499

Merged
merged 2 commits into from
Oct 1, 2019
Merged

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Sep 30, 2019

Fixes element-hq/element-web#10031
Fixes element-hq/element-web#10845

Also makes screen readers a lot more useful for the Room List, Room Sub Lists and Room Tiles

@t3chguy t3chguy requested a review from a team September 30, 2019 15:10
@dbkr dbkr requested review from dbkr and removed request for a team October 1, 2019 11:04
if (ctrlCmdOnly) {
dis.dispatch({
action: 'focus_room_filter',
});
handled = true;
}
break;
case KeyCode.KEY_BACKTICK:
case Key.BACKTICK:
if (ev.key !== "`") break;
Copy link
Member

Choose a reason for hiding this comment

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

What's the story here? Different keyboard layouts? If so, how do those people use the shortcut?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member Author

@t3chguy t3chguy Oct 1, 2019

Choose a reason for hiding this comment

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

The shortcut was broken for some people, not others: element-hq/element-web#10031

@t3chguy t3chguy merged commit 891eb7a into develop Oct 1, 2019
@t3chguy t3chguy deleted the t3chguy/accessibility2 branch April 27, 2020 18:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants