[Webkit-unassigned] [Bug 218507] Up and down arrow keys in <input> have a different behavior when inside a shadow root

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 4 18:42:11 PST 2020


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

--- Comment #5 from Darin Adler <darin at apple.com> ---
Safari uses JavaScript to get metadata about the text field, and when it can’t because the field is in a shadow tree, its code misfires and blocks the up and down arrows. The misbehaving code is in Safari for handling autocompletion lists. The smaller fix is to make it just not screw up and confuse itself when the text field is in a shadow tree. The bigger fix would be to make autocompletion work with those fields too.

-- 
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/20201105/9b6f45f4/attachment.htm>


More information about the webkit-unassigned mailing list