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
|
@ -128,7 +128,8 @@ export default createReactClass({
|
|||
'mx_RoomTile_badgeShown': this.state.badgeHover || isMenuDisplayed,
|
||||
});
|
||||
|
||||
const label = <div title={this.props.group.groupId} className={nameClasses} dir="auto">
|
||||
// XXX: this is a workaround for Firefox giving this div a tabstop :( [tabIndex]
|
||||
const label = <div title={this.props.group.groupId} className={nameClasses} tabIndex={-1} dir="auto">
|
||||
{ groupName }
|
||||
</div>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue