WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
150675
[WebKit2] Web selection assistant adds its gesture recognizers onto WKContentView, but never uninstalls them
https://bugs.webkit.org/show_bug.cgi?id=150675
Summary
[WebKit2] Web selection assistant adds its gesture recognizers onto WKContent...
Eugene Dudnyk
Reported
2015-10-29 09:58:29 PDT
Web selection assistant adds it recognizers onto WKContentView, but never uninstalls them. When text editing is started, web selection assistant is replaced by text interaction assistant in the WKContentView. Recognizers of previously used web selection assitant are still on the WKContentView at this moment. Then after text editing is finished, web view creates new web selection assistant and adds it's recognizers onto WKContentView. This leads to the leaking of previously setup recognizers of web selection assistant still being added on WKContentView.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-10-29 09:58:48 PDT
<
rdar://problem/23315928
>
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