qwik icon indicating copy to clipboard operation
qwik copied to clipboard

[🐞] qwik rendering issue caused by chrome extension

Open tuurbo opened this issue 2 years ago • 0 comments

Which component is affected?

Qwik Runtime

Describe the bug

I came a across an issue where the chrome extension Dashlane (a password manager) prepends inputs with an element to assist with autocompleting, which causes some rendering issues. While I understand a 3rd party extension modifying the page isn't Qwik's fault. I wanted to bring it to your attention because there could be other extensions (related or unrelated to Dashlane) that do something similar and break the users page.

Reproduction

https://stackblitz.com/github/tuurbo/qwik-render-bug?file=src%2Froutes%2Findex.tsx

Steps to reproduce

I split the demo into 2 parts.

First half is the bug caused by Dashlane if you want download and test the literal Dashlane extension. Second half mimics the extension inserting an element in the page.

Clicking the button in the demo will cause the text "(This will disappear)" to be removed.

System Info

stackblitz

Additional Information

No response

tuurbo avatar Apr 28 '23 18:04 tuurbo