Bug 165460 - Visual viewports trigger layout on scrolling, and should not need to
Summary: Visual viewports trigger layout on scrolling, and should not need to
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-05 22:00 PST by Simon Fraser (smfr)
Modified: 2016-12-05 22:00 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2016-12-05 22:00:03 PST
When the origin of the visual viewport changes, FrameView::setBaseLayoutViewportOrigin() calls setViewportConstrainedObjectsNeedLayout() but this should not be necessary.