IBMa / equal-access

IBM Equal Access Accessibility Checker contains tools to automate accessibility checking from a browser or in a continuous development/build environment
Apache License 2.0
627 stars 81 forks source link

[BUG]: Reset filter link not working in new extension design #1877

Open tombrunet opened 5 months ago

tombrunet commented 5 months ago

Project

extension-checker

Browser

Chrome

Operating system

MacOS

Description

When no issues are shown, there is a link to "select all issue types", but it is not working. Screenshot:

image

Steps to reproduce

Scan any page. Open the filter dropdown and uncheck everything. You'll see the "No issues ..." message. The "select all issue types" is not resetting the filters. We might want to change "select all issue types" to "reset the filters".

philljenkins commented 5 months ago

clicking on the link incorrectly does nothing. The blue underlined text should

  1. either be a link to someplace, such as to the quick guide: e.g. Quick guide - Filter views chrome-extension://lkcagbfjnkomcinoddgooolagloogehp/quickGuideAC.html#filter
  2. or a button should be added (not a link) to do the function
  3. or both a button and link to Quick quide