[Webkit-unassigned] [Bug 136917] New: [CoordinatedGraphics][EFL] scrollTo doesn't work when fixed layout is enabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 18 03:02:14 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136917
Summary: [CoordinatedGraphics][EFL] scrollTo doesn't work when
fixed layout is enabled
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gyuyoung.kim at webkit.org
CC: demarchi at webkit.org
When fixed layout is enabled, scrollTo doesn't work on EFL port with coordinated graphics. Since updateScrollbars() doesn't update scroll position when delegatesScrolling() is enabled. To fix this issue, EFL port should update scroll position based on WK2 port. This patch update scroll position in FrameView::requestScrollPositionUpdate() as well as Mac port.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list