[Webkit-unassigned] [Bug 190566] [iOS] Pressing forward delete key in text field does nothing and we should not invoke an editor action when forward delete is pressed outside a text field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 13:57:36 PST 2018


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

--- Comment #4 from Daniel Bates <dbates at webkit.org> ---
You can observe the fact that forward delete does nothing by performing the following:

1. Visit <data:text/html,<textarea></textarea>>.
2. Focus the text area and type "ha".
3. Press the left arrow key.
4. Press the forward delete key.

Then the text area should have the contents "h". But it has the contents "ha"; => nothing happened.

-- 
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/20181106/cc2dfc5b/attachment.html>


More information about the webkit-unassigned mailing list