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

Elm Application Crashes ... using a ScreenReader #121

Open
andre-dietrich opened this issue Feb 22, 2021 · 0 comments
Open

Elm Application Crashes ... using a ScreenReader #121

andre-dietrich opened this issue Feb 22, 2021 · 0 comments

Comments

@andre-dietrich
Copy link

I just found out that the application of ScreenReaders for blind, such as the Chrome ScreenReaders results in a crash of an elm application. It seems to add additional nodes into the application, that elm cannot handle.

Tested with: https://chrome.google.com/webstore/detail/screen-reader/kgejglhpjiefppelpmljglcjbhoiplfn

grafik

It seems, that this problem can be fixed by applying the following patch:

https://github.com/jinjor/elm-break-dom

Probably this could be integrated in general, since it seems to solve a couple of other problems with browser extensions.

@andre-dietrich andre-dietrich changed the title Elm Application Crashes by using a ScreenReader Elm Application Crashes ... using a ScreenReader Feb 24, 2021
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

1 participant