Fix roving room list for resizer and ff tabstop a11y
This commit is contained in:
parent
397e116efb
commit
2c6fe78012
5 changed files with 48 additions and 59 deletions
|
@ -142,10 +142,6 @@ export default class RoomSubList extends React.PureComponent {
|
|||
|
||||
onHeaderKeyDown = (ev) => {
|
||||
switch (ev.key) {
|
||||
case Key.TAB:
|
||||
// Prevent LeftPanel handling Tab if focus is on the sublist header itself
|
||||
ev.stopPropagation();
|
||||
break;
|
||||
case Key.ARROW_LEFT:
|
||||
// On ARROW_LEFT collapse the room sublist
|
||||
if (!this.state.hidden && !this.props.forceExpand) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue