RESOLVED FIXED 135941
[Services with UI] Selection services don't work inside <iframes>
https://bugs.webkit.org/show_bug.cgi?id=135941
Summary [Services with UI] Selection services don't work inside <iframes>
Enrica Casucci
Reported 2014-08-14 09:46:35 PDT
Created attachment 236593 [details] Test Use the attached test case. Select something inside the iframe. Hover to get the service UI. EXPECTED: The service UI appears and you can click on the arrow. ACTUAL: Nothing happens. <rdar://problem/17957690>
Attachments
Test (155 bytes, text/html)
2014-08-14 09:46 PDT, Enrica Casucci
no flags
Patch (2.75 KB, patch)
2014-08-14 09:52 PDT, Enrica Casucci
thorton: review+
Enrica Casucci
Comment 1 2014-08-14 09:52:18 PDT
Tim Horton
Comment 2 2014-08-14 10:53:55 PDT
Comment on attachment 236595 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=236595&action=review > Source/WebKit2/WebProcess/WebPage/mac/ServicesOverlayController.mm:524 > + FrameView* viewForRange = selectionRange ? selectionRange->ownerDocument().view() : nullptr; You dereference this inside the loop; should we just bail if !selectionRange instead?
Enrica Casucci
Comment 3 2014-08-14 11:37:55 PDT
Committed revision 172596.
Note You need to log in before you can comment on or make changes to this bug.