[Webkit-unassigned] [Bug 168421] New: <input type=color readonly> doesn't act per spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 16 04:53:26 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=168421

            Bug ID: 168421
           Summary: <input type=color readonly> doesn't act per spec
    Classification: Unclassified
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zcorpan at gmail.com

(This issue for Chromium was fixed in 2013: https://bugs.chromium.org/p/chromium/issues/detail?id=249515 )

TESTCASE: http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2319

The "readonly" attribute on <input type=color> is supposed to be ignored, but WebKit makes it stop popping up the color picker yet without making the control stop being interactive, so it just looks broken.

In Chromium/Gecko/Edge/HTML standard, readonly does not apply to type=color.

[[
The following content attributes must not be specified and do not apply to the element: ... readonly, ...
]]
https://html.spec.whatwg.org/#color-state-(type=color)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170216/f5eb6a17/attachment.html>


More information about the webkit-unassigned mailing list