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

Error during analyse of Website - should report #1532

Closed
Huluvu424242 opened this issue May 1, 2019 · 13 comments
Closed

Error during analyse of Website - should report #1532

Huluvu424242 opened this issue May 1, 2019 · 13 comments
Assignees

Comments

@Huluvu424242
Copy link

Huluvu424242 commented May 1, 2019

Details following in the text:

Testobject: https://funthomas424242.github.io/honey-toggle-button/
wich contains this webcomponent
https://funthomas424242.github.io/honey-toggle-button/src/components/toggle-button/toggle-button.js

Expectation: I expect a list of accessibillity errors of my webcomponent.

Actual: There is a stacktrace of axe-cocounut addon

Motivation: The stacktrace write i should create an issue


An error occurred
Please try again. If the error persists, pleasereport the issue  to Deque Systems

TypeError: Cannot read property 'nodeMap' of undefined
    at G (chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:97:74309)
    at Object.utils.getFlattenedTree (chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:97:81423)
    at Object.j [as cleanup] (chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:97:51377)
    at chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:109:321777
    at new Promise ()
    at Object.u [as highlight] (chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:109:321749)
    at chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:85:171163
    at onMessage (chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/browser-polyfill.js:1056:22)
    at EventImpl.dispatchToListener (extensions::event_bindings:403:22)
    at Event.publicClassPrototype.(anonymous function) [as dispatchToListener] (extensions::utils:138:26)


Following the chrome extension details site: 

Erweiterungssymbol axe-Coconut An

Beschreibung
Accessibility testing in Chrome Developer Tools
Version
3.8.0.12104 build 50d7d54b96
Größe
3,1 MB
Berechtigungen
Alle Ihre Daten auf von Ihnen besuchten Websites lesen und ändern
Dieser Erweiterung erlauben, alle Ihre Daten auf von Ihnen besuchten Websites zu lesen und zu ändern:
Weitere Informationen zum Websitezugriff

Im Inkognitomodus zulassen
Warnung: Google Chrome kann nicht verhindern, dass Ihr Suchverlauf von Erweiterungen protokolliert wird. Sie können diese Erweiterung für den Inkognitomodus deaktivieren, indem Sie das Häkchen aus dem Kästchen entfernen.

Zugriff auf Datei-URLs zulassen

Im Chrome Web Store ansehen




Browser and Assistive Technology versions

Chrome-Logo
Google Chrome
Version 71.0.3578.98 (Offizieller Build) (64-Bit)
Hilfe für Chrome aufrufen

For Tooling issues:
- Platform:   Linux https://antergos.com/
@anuvenkatesh1
Copy link

I have been getting the same error as well.
TypeError: Cannot read property 'nodeMap' of undefined
at G (chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:97:74309)
at Object.utils.getFlattenedTree (chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:97:81423)
at Object.j [as cleanup] (chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:97:51377)
at chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:109:321777
at new Promise ()
at Object.u [as highlight] (chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:109:321749)
at chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/adapter.bundle.js:85:171163
at onMessage (chrome-extension://iobddmbdndbbbfjopjdgadphaoihpojp/browser-polyfill.js:1056:22)

is what I'm getting

@straker
Copy link
Contributor

straker commented May 1, 2019

Thanks for the report. I've narrowed down the problem and should be getting a fix in soon.

@anuvenkatesh1
Copy link

Hi any ETA on this? We greatly rely on aXe-coconut for our testing :)

@straker
Copy link
Contributor

straker commented May 6, 2019

Yep. I have a fix ready, just need to tweak it a bit and should have it in within a day or two.

@WilcoFiers WilcoFiers removed this from the HTMLTools Sprint 2 milestone May 8, 2019
@bjankord
Copy link

bjankord commented May 9, 2019

Leaving a comment so I can track this issue. There are some rules in the newer versions of axe-core that I want to test with the axe-coconut chrome add-on once it is working again.

@straker
Copy link
Contributor

straker commented May 9, 2019

The fix was just merged so after a deploy axe-coconut should be working again. Please let us know if you run into any other problems.

@Huluvu424242
Copy link
Author

Huluvu424242 commented May 11, 2019

In my case the fix seems not working. I have today deinstalled and new installed the chrome extension. See the errors at following the current screenshots:

20190511-screenshot
20190511-CocounutVersion
CocounutInListe
CocunoutFehler1
CocunoutFehler2

@bjankord
Copy link

I'm continuing to see an error as well on fresh install of axe-coconut from chrome web store.
Screen Shot 2019-05-12 at 4 55 50 AM

@metalhaze
Copy link

I am continuing to see this error as well. Fails when I run it.

chrome_2019-05-13_10-56-00

@straker
Copy link
Contributor

straker commented May 13, 2019

Thanks for letting us know that the extension is still having problems and for your continual patience while we work to resolve it. It turned out that we had a problem with our nightly deploys. We are working on a fix which should go out soon.

@straker
Copy link
Contributor

straker commented May 14, 2019

We just deployed the latest version axe-coconut to the Google Chrome store. It seems to be working correctly. Please let us know if you still are experiencing any problems.

@bjankord
Copy link

It is working great for me now. Thanks for all the awesome work you all put into this tool!

@Huluvu424242
Copy link
Author

works fine for me too :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants