[Webkit-unassigned] [Bug 266930] <input type="color"> cannot select a color.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 2 09:07:57 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=266930
--- Comment #8 from Jonas Walldén <jonasw at roxen.com> ---
I'm in the same situation where <input type="color"> fails to change when selecting a color from the popup balloon. However, it does respond to drag-n-drop of swatches from another color input within the web page as well as via programmatic setting so I doubt the problem is in WebKit framework but rather the process that implements the actual picker UI.
I downloaded the latest Safari Tech Preview as of today (release 204, WebKit 20621.1.1.111.3) and captured a screen recording where I'm logging the various events triggered by the control. This shows the standard click and focus events being fired as expected, and even input/change events when dragging swatches between two inputs or clicking the "Random" button, but the popup UI is unable to update the value. Event breakpoints in WebInspector were consistent with the event logging.
I also grabbed the current WebKit source and peeked through the various classes in search for some environment condition that could explain the lost events (e.g. locale handling) but I found nothing.
My test was performed with Sequoia 15.0 on an MacBook Pro M3 Max. System language is English, though some other locale settings (region/date/time/measurement) are set for Sweden. No Safari extensions installed.
--
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/20241002/f9988adf/attachment.htm>
More information about the webkit-unassigned
mailing list