Bug 108561 - [EFL][Qt][WK2] Make page scale shrink fixedVisibleContentRect in ScrollView in applyPageScaleInCompositor mode.
Summary: [EFL][Qt][WK2] Make page scale shrink fixedVisibleContentRect in ScrollView i...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 105978 107424
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-31 18:33 PST by Dongseong Hwang
Modified: 2013-02-04 17:05 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dongseong Hwang 2013-01-31 18:33:27 PST
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.
Comment 1 Dongseong Hwang 2013-02-04 17:05:27 PST
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.