RESOLVED FIXED 142371
REGRESSION (r180782): Data Detector popovers are not dismissed on scroll or zoom
https://bugs.webkit.org/show_bug.cgi?id=142371
Summary REGRESSION (r180782): Data Detector popovers are not dismissed on scroll or zoom
Beth Dakin
Reported 2015-03-05 16:40:18 PST
After http://trac.webkit.org/changeset/180782 DD popovers are not dismissing on scroll. rdar://problem/20059224
Attachments
Patch (8.17 KB, patch)
2015-03-05 16:47 PST, Beth Dakin
no flags
Patch with a different approach (4.98 KB, patch)
2015-03-06 11:46 PST, Beth Dakin
no flags
Patch (5.09 KB, patch)
2015-03-06 12:10 PST, Beth Dakin
thorton: review+
Beth Dakin
Comment 1 2015-03-05 16:47:04 PST
Beth Dakin
Comment 2 2015-03-06 11:46:31 PST
Created attachment 248082 [details] Patch with a different approach
Tim Horton
Comment 3 2015-03-06 11:51:24 PST
Comment on attachment 248082 [details] Patch with a different approach View in context: https://bugs.webkit.org/attachment.cgi?id=248082&action=review > Source/WebKit2/UIProcess/API/mac/WKView.mm:4416 > + if ([_data->_immediateActionController hasActiveImmediateAction]) { I wonder if we should do if isKey OR the other thing, because I somewhat fear our ability to keep track of hasActiveImmediateAction
Beth Dakin
Comment 4 2015-03-06 12:10:17 PST
Beth Dakin
Comment 5 2015-03-06 12:16:05 PST
Note You need to log in before you can comment on or make changes to this bug.