Skip to content

v16/v17 should add data attributes for major password managers to not interfere with the DOM #20897

@Jeavon

Description

@Jeavon

Which Umbraco version are you using?

16.3.4

Bug summary

Following on from forum discussion - https://forum.umbraco.com/t/browserextensions-making-the-backoffice-slow/6214/15

Password managers attempt to autofill all form fields, this can make working with Umbraco very slow or unusable, the major password manager vendors support different data attributes to tell them not to autofill.

Example markup for major password manager vendors

<div id="tiptap-editor"
     contenteditable="true"
     data-form-type="other"       <!-- Dashlane -->
     data-lpignore="true"         <!-- LastPass -->
     data-1p-ignore               <!-- 1Password -->
     data-bwignore>               <!-- Bitwarden -->
  <!-- TipTap editor content goes here -->
</div>

Specifics

No response

Steps to reproduce

Install Dashlane and try to use the Umbraco v16/v17 backoffice with a few RTE editors loaded

Expected result / actual result

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions