[BUG] - Cannot read property 'getRootNode' of undefined
See original GitHub issueExpectation: it should generate the audits
Actual: it throws an exception error
TypeError: Cannot read property 'getRootNode' of undefined
at Object.$.utils.getSelector (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/adapter.bundle.js:93:83969)
at W.get selector [as selector] (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/adapter.bundle.js:93:74973)
at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/adapter.bundle.js:93:66962
at Array.map (<anonymous>)
at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/adapter.bundle.js:93:66781
at Array.map (<anonymous>)
at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/adapter.bundle.js:93:66677
at Array.forEach (<anonymous>)
at Object.f.processAggregate (chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/adapter.bundle.js:93:66500)
at chrome-extension://lhdoppojpmngadmnindnejefpokejbdd/adapter.bundle.js:93:68664
Motivation: it’s a bug, may I help you to fix it?
axe-core version: 3.2.2
axe-webdriver, extension or other integration version: 3.8.0
Browser and Assistive Technology versions
Chrome
For Tooling issues:
- Platform: Mac
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Uncaught TypeError: Cannot read property 'getRootNode' of ...
I'm new to extjs, can any one aware of this issue. Uncaught TypeError: Cannot read property 'getRootNode' of undefined. Store Ext.define('my.
Read more >Node.getRootNode() - Web APIs | MDN
An object that sets options for getting the root node. The available options are: composed : A boolean value that indicates whether the...
Read more >Uncaught TypeError: Cannot read property of null - iDiallo
It says there is a problem (Uncaught TypeError: Cannot read property 'checked' of null at d2O). How do I fix it? Ibrahima Diallo...
Read more >cannot read properties of null npm install - You.com
The error message means that npm is trying to read the version property of the folder's package.json file but doesn't find the file....
Read more >Cannot read property 'dom' of null when using Angular
Hi, We've been using Gantt and Scheduler with Angular and found some console errors like "Cannot read property 'dom' of null" when dragging ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the issue. I can reproduce it on the site. The problem seems to be that there’s an element that starts in the DOM when the page is at the top, but after we scroll the page down to the bottom the element is removed from the DOM.
Dev Task.