[Webkit-unassigned] [Bug 132866] New: About ChromeClientQt::rootViewToScreen function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 13 06:49:02 PDT 2014


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

           Summary: About ChromeClientQt::rootViewToScreen function
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thouraya.andolsi at st.com


Hi,

In ChromeClientQt::rootViewToScreen(const IntRect& rect) function, 

the screenRect is calculated by translating rect by (ownerWindow->mapToGlobal(m_webPage->viewRectRelativeToWindow().topLeft())

I think it is wrong, and rect should be translated by ownerWindow->mapToGlobal(-m_webPage->viewRectRelativeToWindow().topLeft()));


Regards,
Thouraya.

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



More information about the webkit-unassigned mailing list