[Webkit-unassigned] [Bug 225723] Restoring selection ranges causes text input to ignore keypresses

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 17:33:21 PDT 2021


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

--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org> ---
This is sort of expected since in WebKit, all typing goes to where the selection is, and Range in this case isn't representing any position inside the input element. We should probably be clearing the focus in this case, however.

-- 
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/20210514/bd4730e1/attachment-0001.htm>


More information about the webkit-unassigned mailing list