Open
Bug 1986953
Opened 1 month ago
Updated 1 month ago
Autocomplete is not triggered for elements in the shadow DOM
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: Stephen.Rios, Unassigned)
References
Details
Steps to reproduce:
- Create a web component with a shadow root. You can create one from scratch, or use a framework like Lit
- Put an input element in the shadowRoot with a valid
autocomplete
attribute such asgiven-name
for first name. - Attempt to trigger the autofill/autocomplete in a browser
Actual results:
Autofill/autocomplete is not triggered for elements in the shadow DOM.
Expected results:
Autofill/autocomplete should fully support input elements within shadow DOMs, including scenarios involving multiple nested input elements. Detection and filling should function across shadow DOM boundaries to enable complete form autofill when each input is encapsulated within its own shadow root.
Comment 1•1 month ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•