Remove Drupal.behaviors.fillUserInfoFromBrowser

Created on 21 March 2025, about 1 month ago

Problem/Motivation

Per ๐Ÿ› Dont use core's prepopulate function for core forms (Privacy) Active this violates GDPR, and it's also not secure on shared computers. In addition, modern web browsers have their own autofill functionality, there's no need for Drupal to re-implement it in JavaScript.

We should probably split several things that form.js does into their own libraries so that they can be attached (or not) separately.

Steps to reproduce

Proposed resolution

Because this is re-implementing a browser feature and it gracefully degrades if it doesn't work (because you need to have filled out the form before anyway), maybe we could remove it altogether in a minor release, rather than trying to figure out how to deprecate the feature?

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

๐Ÿ“Œ Task
Status

Active

Version

11.0 ๐Ÿ”ฅ

Component

forms system

Created by

๐Ÿ‡ฌ๐Ÿ‡งUnited Kingdom catch

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024