Bug 108561
| Summary: | [EFL][Qt][WK2] Make page scale shrink fixedVisibleContentRect in ScrollView in applyPageScaleInCompositor mode. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dongseong Hwang <dongseong.hwang> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | aelias, kenneth, leviw, noam |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 105978, 107424 | ||
| Bug Blocks: | |||
Dongseong Hwang
EFL and QT use applyPageScaleInCompositor like chromium, so EFL and QT must shrink the visible content rect in ScrollView for fixed layout like Bug 107424.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dongseong Hwang
EFL and QT already shrink the visible content rect.
In detail, m_fixedVisibleContentRect in ScrollView is already shrinked because PageViewportController::syncVisibleContents() calls DrawingArea::setVisibleContentsRect() with shrinked visibleContentsRect.