Hopefully port over ndarilek's accessibility changes to Vector (albeit with list elements contained within RoomView)

This commit is contained in:
David Baker 2015-08-10 15:17:15 +01:00
parent 10053fa770
commit efcc2061b8
6 changed files with 15 additions and 13 deletions

View file

@ -29,12 +29,12 @@ module.exports = React.createClass({
render: function() {
return (
<div className="mx_LeftPanel">
<aside className="mx_LeftPanel">
<img className="mx_LeftPanel_hideButton" src="img/hide.png" width="32" height="32" alt="<"/>
<IncomingCallBox />
<RoomList selectedRoom={this.props.selectedRoom} />
<BottomLeftMenu />
</div>
</aside>
);
}
});

View file

@ -66,12 +66,12 @@ module.exports = React.createClass({
}
return (
<div className="mx_RightPanel">
<aside className="mx_RightPanel">
<div className="mx_RightPanel_header">
{ buttonGroup }
</div>
{ panel }
</div>
</aside>
);
}
});

View file

@ -170,11 +170,11 @@ module.exports = React.createClass({
</div>
<div ref="messageWrapper" className="mx_RoomView_messagePanel" onScroll={ this.onMessageListScroll }>
<div className="mx_RoomView_messageListWrapper">
<div className="mx_RoomView_MessageList" aria-live="polite">
<div className={scrollheader_classes}>
</div>
<ol className="mx_RoomView_MessageList" aria-live="polite">
<li className={scrollheader_classes}>
</li>
{this.getEventTiles()}
</div>
</ol>
</div>
</div>
<div className="mx_RoomView_statusArea">