mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-23 01:53:46 +01:00
Bug 2262682:Screen reader is not announcing the updated deleting status information after deleting the container. (#1563)
This commit is contained in:
parent
9f7783f3f9
commit
1a3ca94efb
@ -122,7 +122,9 @@ export class NotificationConsoleComponent extends React.Component<
|
|||||||
{userContext.features.pr && <PrPreview pr={userContext.features.pr} />}
|
{userContext.features.pr && <PrPreview pr={userContext.features.pr} />}
|
||||||
<span className="consoleSplitter" />
|
<span className="consoleSplitter" />
|
||||||
<span className="headerStatus">
|
<span className="headerStatus">
|
||||||
<span className="headerStatusEllipsis">{this.state.headerStatus}</span>
|
<span className="headerStatusEllipsis" aria-live="assertive" aria-atomic="true">
|
||||||
|
{this.state.headerStatus}
|
||||||
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -64,6 +64,8 @@ exports[`NotificationConsoleComponent renders the console 1`] = `
|
|||||||
className="headerStatus"
|
className="headerStatus"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
|
aria-atomic="true"
|
||||||
|
aria-live="assertive"
|
||||||
className="headerStatusEllipsis"
|
className="headerStatusEllipsis"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
@ -225,6 +227,8 @@ exports[`NotificationConsoleComponent renders the console 2`] = `
|
|||||||
className="headerStatus"
|
className="headerStatus"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
|
aria-atomic="true"
|
||||||
|
aria-live="assertive"
|
||||||
className="headerStatusEllipsis"
|
className="headerStatusEllipsis"
|
||||||
>
|
>
|
||||||
message
|
message
|
||||||
|
@ -83,7 +83,7 @@ const App: React.FunctionComponent = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flexContainer">
|
<div className="flexContainer" aria-hidden="false">
|
||||||
<div id="divExplorer" className="flexContainer hideOverflows">
|
<div id="divExplorer" className="flexContainer hideOverflows">
|
||||||
<div id="freeTierTeachingBubble"> </div>
|
<div id="freeTierTeachingBubble"> </div>
|
||||||
{/* Main Command Bar - Start */}
|
{/* Main Command Bar - Start */}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user