Bug 185769

Summary: [Extra zoom mode] Clearing text fields should dispatch input events of type "deleteContent"
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: HTML EditingAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, bdakin, commit-queue, thorton, timothy, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Add missing expectations none

Description Wenson Hsieh 2018-05-18 09:42:16 PDT
In extra zoom mode, clearing text fields should dispatch input events of type "deleteContent*", so that it's compatible with deletion handling on macOS (e.g. firing "deleteContentBackwards" or "deleteContentForwards").
Comment 1 Radar WebKit Bug Importer 2018-05-18 09:57:34 PDT
<rdar://problem/40368261>
Comment 2 Wenson Hsieh 2018-05-18 10:21:06 PDT
Created attachment 340708 [details]
Patch
Comment 3 Wenson Hsieh 2018-05-18 10:30:38 PDT
Created attachment 340711 [details]
Add missing expectations
Comment 4 Wenson Hsieh 2018-05-18 11:00:19 PDT
Comment on attachment 340711 [details]
Add missing expectations

Thanks for the review!
Comment 5 WebKit Commit Bot 2018-05-18 11:23:51 PDT
Comment on attachment 340711 [details]
Add missing expectations

Clearing flags on attachment: 340711

Committed r231967: <https://trac.webkit.org/changeset/231967>
Comment 6 WebKit Commit Bot 2018-05-18 11:23:52 PDT
All reviewed patches have been landed.  Closing bug.