openfed / AccessibilityCheck

BOSA Accessibility Check is a client-side JavaScript application that checks a HTML document or source code, and detects violations of a defined coding standard. Comes with standards that cover the three conformance levels of the W3C's Web Content Accessibility Guidelines (WCAG) 2.1 and the U.S. Section 508 legislation.
https://openfed.github.io/AccessibilityCheck/
BSD 3-Clause "New" or "Revised" License
24 stars 7 forks source link

Tool validation gets stucked #6

Closed spyrosb4y closed 5 years ago

spyrosb4y commented 6 years ago

Problem Often enough the console runs normally in the background but the ui loader is stucked in a page url and it doesn't move forward to the next url and it doesn't bring any new results. The page update queue is populated normally but the loader spins infinitely in the same url and the results are not updated.

I am not sure from where this occurs, maybe a moment of internet connection lost ?

Proposed solution I think it would be very helpful to cache the results for each search url input , so we can continue if something like that occurs also to access previous results.

bdeclerc commented 5 years ago

Ticket should have been posted on https://github.com/openfed/AccessibilityCheckServer/issues