Skip to content
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: n[e].push is not a function #4000

Closed
ctcpip opened this issue Apr 28, 2023 · 1 comment · Fixed by #4060
Closed

Runtime issue: n[e].push is not a function #4000

ctcpip opened this issue Apr 28, 2023 · 1 comment · Fixed by #4060
Labels
core Issues in the core code (lib/core) fix Bug fixes

Comments

@ctcpip
Copy link

ctcpip commented Apr 28, 2023

using the chrome extension, when running the scan on https://tc39.es/ecma262/

axe-core version: 4.6.3
axe-extension version: 4.55.0

TypeError: n[e].push is not a function
    at _i (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:220066)
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:220246
    at Array.forEach (<anonymous>)
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:220225
    at Array.forEach (<anonymous>)
    at Si (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:220163)
    at Ii (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:220320)
    at Pi (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:221091)
    at i (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:220420)
    at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/axe-versions/latest/axe.js:2:221170
@WilcoFiers
Copy link
Contributor

Thanks for reporting! That's a surprising one. Turns out axe-core doesn't like it when you have id="constructor" on an element. We can fix that.

@WilcoFiers WilcoFiers added fix Bug fixes core Issues in the core code (lib/core) labels May 1, 2023
@WilcoFiers WilcoFiers added this to the Axe-core 4.8 milestone May 1, 2023
@WilcoFiers WilcoFiers removed this from the Axe-core 4.8 milestone Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues in the core code (lib/core) fix Bug fixes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants