elm-break-dom icon indicating copy to clipboard operation
elm-break-dom copied to clipboard

Grammarly also adds nodes deeply inside your HTML

Open lydell opened this issue 4 years ago • 2 comments

Screenshot 2019-11-14 at 19 23 34

lydell avatar Nov 14 '19 18:11 lydell

I tried the workaround of patching the compiled JS to render into a <div> instead of into <body>, but Grammarly still caused exceptions. I suspect it is due to the inserted <grammarly-extension> element shown in the above screen shot.

lydell avatar Nov 14 '19 18:11 lydell

I've setup a repo to test with bad extensions, with pull requests layered on top to confirm the fixes work https://github.com/choonkeat/elm-element-navigation/pulls

Feel free to complicate the dom and app logic of the main app to trigger scenarios. Then we can look into workarounds

choonkeat avatar Jun 06 '21 06:06 choonkeat