NEW 20438
WebViewWin: WebView::handleContextMenuEvent should use Frame::firstRectForRange
https://bugs.webkit.org/show_bug.cgi?id=20438
Summary WebViewWin: WebView::handleContextMenuEvent should use Frame::firstRectForRange
Eric Seidel (no email)
Reported 2008-08-18 17:21:24 PDT
The current implementation is a lame copy: bool WebView::handleContextMenuEvent(WPARAM wParam, LPARAM lParam) // Calculate the rect of the first line of the selection (cribbed from -[WebCoreFrameBridge firstRectForDOMRange:]). Of course the fact that firstRectForRange is on Frame is lame to begin with (and I believe only exists for easy export purposes).
Attachments
Note You need to log in before you can comment on or make changes to this bug.