Bug 268005
| Summary: | autocomplete doesn't work in form inputs that are in a shadow root | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jake Archibald <jaffathecake> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | akeerthi, cdumez, mike, rmondello, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jake Archibald
Demo: https://static-misc-3.glitch.me/autocomplete-component-test/
Safari offers to autocomplete the light DOM inputs, but won't do the same for shadow DOM inputs with the same autocomplete values.
https://bugs.webkit.org/show_bug.cgi?id=172567 appears to fix this for type="email" and type="password", but it doesn't seem to work for autocomplete.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ricky Mondello
This is a Safari bug, not a WebKit bug. I’m tracking it here: rdar://121929863