[Webkit-unassigned] [Bug 191111] Pressing the forward delete key with a range selection emits input events of inputType "deleteContentBackward"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 20:10:50 PDT 2018


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

--- Comment #3 from Wenson Hsieh <wenson_hsieh at apple.com> ---
(In reply to Wenson Hsieh from comment #0)
> To reproduce:
> 
> On an iMac, or with a keyboard attached that has a forward delete key:
> 
> 1. Open the attached test page (currently on
> https://whsieh.github.io/examples/input-events)
> 2. Type some text in the editable area
> 3. Select all
> 4. Press forward delete
> 
> Expected: deleteContentForward should be emitted
> Observed: deleteContentBackward is emitted

Additionally, pressing Option-Delete or Command-Delete should emit inputType "deleteContentBackward", but they currently emit "deleteContent" instead.

-- 
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/20181101/a10cb545/attachment-0001.html>


More information about the webkit-unassigned mailing list