question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] - Cannot read property 'getRootNode' of undefined

See original GitHub issue

Expectation: 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:closed
  • Created 4 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
strakercommented, May 29, 2019

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.

0reactions
chandana7393commented, Sep 18, 2019

Dev Task.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found