pfn / passifox

Extensions to allow Chrome and Firefox (4.0+) to auto form-fill passwords from KeePass (requires KeePassHttp)
GNU General Public License v3.0
908 stars 186 forks source link

Shadow DOM / Ionic 4 inputs unselectable #685

Open tehXor opened 5 years ago

tehXor commented 5 years ago

On web apps which use the Shadow DOM (like for example everything built with Ionic 4) input fields are not selectable or recognized in any way by chromelPass.

Technically this should be changeable since other password managers do recognize such fields already and I think it would be nice to support them since workarounds from the app developer side (pseudo hidden non-Shadow DOM input fields which update the real input fields if a chromelPass fills them) are quite ugly.