Bug 215042 - should be able to request an editing context for a given region of a given input
Summary: should be able to request an editing context for a given region of a given input
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-31 16:40 PDT by Devin Rousso
Modified: 2020-08-03 11:32 PDT (History)
5 users (show)

See Also:


Attachments
Patch (20.04 KB, patch)
2020-07-31 16:45 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].