RESOLVED INVALID 108561
[EFL][Qt][WK2] Make page scale shrink fixedVisibleContentRect in ScrollView in applyPageScaleInCompositor mode.
https://bugs.webkit.org/show_bug.cgi?id=108561
Summary [EFL][Qt][WK2] Make page scale shrink fixedVisibleContentRect in ScrollView i...
Dongseong Hwang
Reported 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.
Attachments
Dongseong Hwang
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.