dequelabs / axe-firefox-devtools

Integration of axe-core into the Firefox developer tools
17 stars 6 forks source link

Clicking 'Analyze' again with page state change repeats results #8

Closed geierac closed 9 years ago

geierac commented 9 years ago

To reproduce:

  1. Go to a page with something that activates a state change without change the URL (e.g. a page with a button that opens a modal)
  2. Click analyze on the page -> get results
  3. Activate the state changes - results should not refresh
  4. Click analyze again. New results show up under the old results. Initial results can no longer be accessed.

Expected: results should refresh every time 'Analyze' is clicked.

crazy results