RESOLVED FIXED 138471
Data detectors popover points at the first line of the detected item
https://bugs.webkit.org/show_bug.cgi?id=138471
Summary Data detectors popover points at the first line of the detected item
Tim Horton
Reported 2014-11-06 11:52:01 PST
Data detectors popover points at the first line of the detected item
Attachments
Patch (1.90 KB, patch)
2014-11-06 11:52 PST, Tim Horton
sam: review+
Tim Horton
Comment 1 2014-11-06 11:52:14 PST
Tim Horton
Comment 2 2014-11-06 11:53:12 PST
Tim Horton
Comment 3 2014-11-06 11:53:38 PST
Comment on attachment 241121 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=241121&action=review > Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm:1137 > + detectedDataBoundingBox.unite(mainResultRange->ownerDocument().view()->contentsToWindow(quad.enclosingBoundingBox())); Probably should keep the view around on the side...
Sam Weinig
Comment 4 2014-11-06 13:08:10 PST
Comment on attachment 241121 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=241121&action=review >> Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm:1137 >> + detectedDataBoundingBox.unite(mainResultRange->ownerDocument().view()->contentsToWindow(quad.enclosingBoundingBox())); > > Probably should keep the view around on the side... Agreed.
Tim Horton
Comment 5 2014-11-06 13:35:33 PST
Note You need to log in before you can comment on or make changes to this bug.