Bug 215042

Summary: should be able to request an editing context for a given region of a given input
Product: WebKit Reporter: Devin Rousso <hi>
Component: HTML EditingAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates, hi, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Devin Rousso 2020-07-31 16:40:34 PDT
Right now, it's only possible to request an editing context for either an entire input element or a particular rect of the page.  It should be possible to request an editing context for a particular rect within a given input element as well (e.g. get one paragraph of a `<textarea>` instead of the entire thing).
Comment 1 Devin Rousso 2020-07-31 16:40:47 PDT
<rdar://problem/65561491>
Comment 2 Devin Rousso 2020-07-31 16:45:00 PDT
Created attachment 405757 [details]
Patch
Comment 3 EWS 2020-08-03 11:32:04 PDT
Committed r265209: <https://trac.webkit.org/changeset/265209>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 405757 [details].