Open andre-dietrich opened 3 years ago
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.
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.