Bug 132866

Summary: About ChromeClientQt::rootViewToScreen function
Product: WebKit Reporter: thouraya <thouraya.andolsi>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description thouraya 2014-05-13 06:49:25 PDT
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.
Comment 1 Alexey Proskuryakov 2014-06-19 22:16:52 PDT
The Qt port has been removed from WebKit, so marking as INVALID.