Bug 186222 - Move editor() and selection() from Frame to Document
Summary: Move editor() and selection() from Frame to Document
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-06-01 20:44 PDT by Simon Fraser (smfr)
Modified: 2018-06-01 20:50 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2018-06-01 20:44:42 PDT
It's weird that Frame owns editor() and selection(); these should be per-document, so owned by Document. Otherwise we risk editor and selection state leaking between documents.
Comment 1 Radar WebKit Bug Importer 2018-06-01 20:50:26 PDT
<rdar://problem/40743780>