Open Bug 1502174 Opened 6 years ago Updated 2 years ago

a11y tools can not cope with updated DOM

Categories

(DevTools :: Accessibility Tools, defect)

64 Branch
x86_64
Windows 10
defect

Tracking

(Not tracked)

People

(Reporter: Kammueller, Unassigned)

Details

Steps to reproduce:

1) Open https://kammueller.github.io/new-config/ and the a11y tools. Inspect the table (built with grid): The rows are recognised as lists.

2) Open the console, add a line with the command:
addItem('this.tests.ruins.everything', false, false, false, 'bool', false, false);
to add a row in the table

3) Open the a11y tools again. The 2-D markup is gone. NVA still recognizes the rows, though

[Same happens when a similair JS function is triggered by a button]

Expected Behaviour:
The 2D-Markup is still there
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.