Bug 114025

Summary: Page Scale factor increases when fixed layout size is used
Product: WebKit Reporter: Aneesh <aneesh.raj.25>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: Unspecified   
Attachments:
Description Flags
Adding an if check for settings()->viewportEnabled() ap: review-

Aneesh
Reported 2013-04-05 05:23:31 PDT
Happens in chromium (bug in chromium/src/WebViewImpl.cpp) Steps: 1. Set fixed layout size to 400x400 using WebView::setFixedLayoutSize function. 2. Enable fixed layout mode using WebView::enableFixedLayoutMode(true) 3. Resize the browser to a smaller size (100x100) 4. See that page scale factor increases (text and images in the page become bigger)
Attachments
Adding an if check for settings()->viewportEnabled() (739 bytes, patch)
2013-04-05 06:01 PDT, Aneesh
ap: review-
Aneesh
Comment 1 2013-04-05 06:01:28 PDT
Created attachment 196622 [details] Adding an if check for settings()->viewportEnabled()
Alexey Proskuryakov
Comment 2 2013-04-05 10:21:49 PDT
Comment on attachment 196622 [details] Adding an if check for settings()->viewportEnabled() Chromium does not use webkit.org any more, please see <http://blog.chromium.org/2013/04/blink-rendering-engine-for-chromium.html>.
Note You need to log in before you can comment on or make changes to this bug.