Bug 132866
| Summary: | About ChromeClientQt::rootViewToScreen function | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | thouraya <thouraya.andolsi> |
| Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
thouraya
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
The Qt port has been removed from WebKit, so marking as INVALID.