Bug 266285 - Inputs with type=color cannot be focused using keyboard tabs
Summary: Inputs with type=color cannot be focused using keyboard tabs
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: Safari 15
Hardware: Mac (Apple Silicon) macOS 14
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-12 08:57 PST by Dimitrios Grammatikogiannis
Modified: 2023-12-12 10:23 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitrios Grammatikogiannis 2023-12-12 08:57:54 PST
Inputs with type=color cannot be focused using keyboard tabs.
It's obvious why if we check the code: https://github.com/WebKit/WebKit/blob/da12017bead8aa1b692483acae18be32813f8940/Source/WebCore/html/ColorInputType.cpp#L97C4-L105
Comment 1 Radar WebKit Bug Importer 2023-12-12 08:58:02 PST
<rdar://problem/119557550>
Comment 2 Dimitrios Grammatikogiannis 2023-12-12 09:45:03 PST
Pull request: https://github.com/WebKit/WebKit/pull/21688