WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
114025
Page Scale factor increases when fixed layout size is used
https://bugs.webkit.org/show_bug.cgi?id=114025
Summary
Page Scale factor increases when fixed layout size is used
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-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug