open-indy / Koa11y

Easily check for website accessibility issues
https://open-indy.github.io/Koa11y
MIT License
436 stars 26 forks source link

Image Alt progress stuck at 0% does not progress #40

Open jasan-s opened 6 years ago

jasan-s commented 6 years ago

Win 10 x64

TheJaredWilcurt commented 6 years ago

You'd need to open the dev tools in Koa11y to see if there are any errors being thrown. Are you using Koa11y 2.0.0 or 3.0.0.

If it is version 2, you can just right-click the Logo in the app. If it is version 3, we've stopped shipping the dev tools with the app to reduce the file size of the distribution copy. So you'd need to do download and install Node.js, then download the source code of Koa11y 3, unzip it, navigate to that folder in command prompt and run npm install (will take a minute or two) and then npm start.

TheJaredWilcurt commented 6 years ago

Or you can paste in the array of image URL's you were using and I can try on my end.