[Webkit-unassigned] [Bug 216985] <input type="datetime-local"> not show calendar UI when it's inside ShadowDOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 00:47:27 PDT 2020


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

Benjamin Nagel <ben at bennagel.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ben at bennagel.nl

--- Comment #2 from Benjamin Nagel <ben at bennagel.nl> ---
The same problem occures when using `<input type="date">` or `<input type="time">`. Other inputs are working fine. The same issue is when using `template.contens.cloneNode(true)`

Also when reading the type if the `<input type="datetime-local">` (or other date types) the result is always `text`. The input is styled like a date field but behaves like a text input.


JSFiddle - cloneNode: https://jsfiddle.net/g5xp3u76/1/
JSFiddle - webComponent: https://jsfiddle.net/znkpLuce/

-- 
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/20200928/8b818c62/attachment.htm>


More information about the webkit-unassigned mailing list