Bug 246961
| Summary: | <input type=color> shows no focus ring by default | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Caleb Hearon <caleb> |
| Component: | Forms | Assignee: | Anne van Kesteren <annevk> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, akeerthi, annevk, cdumez, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Mac (Intel) | ||
| OS: | macOS 12 | ||
Caleb Hearon
Here is the repro: https://jsfiddle.net/29rqecjy/
Any other outline-style on the color input works as expected. When the color input is focused (in that link, it will focus after 5 seconds) outline-style: auto does render.
I can see in the inspector that there is isn't a cascade problem.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101775128>
Ahmad Saleem
I am able to reproduce this bug in Safari 16.5 (STP170) and it does not show 'outline' for color input.
Anne van Kesteren
Pull request: https://github.com/WebKit/WebKit/pull/21953