-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime issue: TypeError: Cannot read property '0' of undefined #1306
Comments
Is this a bug with axe-core itself, or a problem in the extension? Looking at the provided stacktrace, it looks like it's coming from the extension. |
This is a bug in axe-core itself. Sometimes one of these I haven't figured out why yet. |
stephenmathieson
added a commit
that referenced
this issue
Jan 16, 2019
This patch adds a safeguard to `color.filteredRectStack` which prevents a `TypeError: Cannot read property '0' of undefined` from being thrown. This is not a perfect solution, but a stop-gap instead. It's still unclear why we're getting `undefined` here. More investigation is needed, but this can happen at a later date. Closes #1306 and #1259.
4 tasks
stephenmathieson
added a commit
that referenced
this issue
Jan 17, 2019
This patch adds a safeguard to `color.filteredRectStack` which prevents a `TypeError: Cannot read property '0' of undefined` from being thrown. This is not a perfect solution, but a stop-gap instead. It's still unclear why we're getting `undefined` here. More investigation is needed, but this can happen at a later date. Closes #1306 and #1259.
Reopening this to remind us to look into the root cause of this problem. |
WilcoFiers
added a commit
that referenced
this issue
Jan 30, 2019
4 tasks
WilcoFiers
added a commit
that referenced
this issue
Feb 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got the following error running axe on https://www.luckyscript.me/
The text was updated successfully, but these errors were encountered: