You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
The text was updated successfully, but these errors were encountered: