WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
186222
Move editor() and selection() from Frame to Document
https://bugs.webkit.org/show_bug.cgi?id=186222
Summary
Move editor() and selection() from Frame to Document
Simon Fraser (smfr)
Reported
Saturday, June 2, 2018 4:44:42 AM UTC
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
Saturday, June 2, 2018 4:50:26 AM UTC
<
rdar://problem/40743780
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug