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
Radar WebKit Bug Importer
Comment 1 2015-10-29 09:58:48 PDT
Note You need to log in before you can comment on or make changes to this bug.