提交 e2849363 编写于 作者: I isidor

Alerts are too verbose when problems panel is open.

Do not use aria-live

fixes #91166
上级 da48773e
......@@ -349,7 +349,6 @@ export class MarkersView extends ViewPane implements IMarkerFilterController {
private createArialLabelElement(parent: HTMLElement): void {
this.ariaLabelElement = dom.append(parent, dom.$(''));
this.ariaLabelElement.setAttribute('id', 'markers-panel-arialabel');
this.ariaLabelElement.setAttribute('aria-live', 'polite');
}
private createTree(parent: HTMLElement): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册