[Webkit-unassigned] [Bug 20438] New: WebViewWin: WebView::handleContextMenuEvent should use Frame::firstRectForRange

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 18 17:21:24 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20438

           Summary: WebViewWin: WebView::handleContextMenuEvent should use
                    Frame::firstRectForRange
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: hyatt at apple.com, aroben at apple.com


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).


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list