[Webkit-unassigned] [Bug 172567] Safari autofill doesn't work in form inputs that are in a shadow root
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 13 08:53:31 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=172567
Liam DeBeasi <ldebeasi at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ldebeasi at gmail.com
--- Comment #6 from Liam DeBeasi <ldebeasi at gmail.com> ---
Created attachment 460859
--> https://bugs.webkit.org/attachment.cgi?id=460859&action=review
Code reproduction
I am attaching a new code reproduction as the link in the initial post is broken. Is there anything else we can do to help get this issue resolved?
Steps to reproduce:
1. Open reproduction on an iOS device.
2. Tap into any of the inputs in the "Native" section. Observe that the autofill/passwords button appears above the keyboard.
3. Tap into any of the inputs in the "Web Component + Shadow DOM" section. Observe that the autofill/passwords button does not appear above the keyboard.
4. Tap into any of the inputs in the "Web Component + Light DOM" section. Observe that the autofill/passwords button appears above the keyboard.
Expected Behavior:
I expect that the autofill button will appear regardless of the Shadow DOM.
Actual Behavior:
The autofill button only appears on inputs in the light DOM.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220713/c08e31e9/attachment.htm>
More information about the webkit-unassigned
mailing list