RESOLVED FIXED 138353
Dictionary lookup panel pops up at random when clicking on selected text
https://bugs.webkit.org/show_bug.cgi?id=138353
Summary Dictionary lookup panel pops up at random when clicking on selected text
Tim Horton
Reported 2014-11-03 23:28:32 PST
Dictionary lookup panel pops up at random when clicking on selected text
Attachments
Patch (7.06 KB, patch)
2014-11-03 23:29 PST, Tim Horton
no flags
Patch (7.24 KB, patch)
2014-11-03 23:31 PST, Tim Horton
kling: review+
Tim Horton
Comment 1 2014-11-03 23:29:35 PST
Tim Horton
Comment 2 2014-11-03 23:31:30 PST
Tim Horton
Comment 3 2014-11-03 23:31:50 PST
Andreas Kling
Comment 4 2014-11-03 23:44:27 PST
Comment on attachment 240916 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240916&action=review r=me > Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm:525 > +static PassRefPtr<Range> rangeForDictionaryLookupForSelection(Frame* frame, const VisibleSelection& selection, NSDictionary **options) 'frame' is not used for anything here.
Tim Horton
Comment 5 2014-11-03 23:45:15 PST
Comment on attachment 240916 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240916&action=review >> Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm:525 >> +static PassRefPtr<Range> rangeForDictionaryLookupForSelection(Frame* frame, const VisibleSelection& selection, NSDictionary **options) > > 'frame' is not used for anything here. Quite! Thanks for your review.
Tim Horton
Comment 6 2014-11-04 00:05:41 PST
Tim Horton
Comment 7 2014-11-04 00:20:58 PST
Note You need to log in before you can comment on or make changes to this bug.