WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
Bug 103742
[EFL][AC] The content can be scaled while resizing the view
https://bugs.webkit.org/show_bug.cgi?id=103742
Summary
[EFL][AC] The content can be scaled while resizing the view
Joone Hur
Reported
2012-11-30 07:11:07 PST
When you resize the MiniBrowser window, you could see that the content is scaled up/down.
Attachments
Add attachment
proposed patch, testcase, etc.
Joone Hur
Comment 1
2012-12-14 13:50:54 PST
This seems like a feature of mobile browser when a web page has the viewport meta tag because the scale of the content depends on the width of the viewport, but I'm not sure if we could support this for all pages that don't have the viewport meta tag. In the case of N9, it doesn't scale the content that doesn't have the viewport meta tag.
Kenneth Rohde Christiansen
Comment 2
2012-12-17 02:02:42 PST
(In reply to
comment #1
)
> This seems like a feature of mobile browser when a web page has the viewport meta tag because the scale of the content depends on the width of the viewport, but I'm not sure if we could support this for all pages that don't have the viewport meta tag. In the case of N9, it doesn't scale the content that doesn't have the viewport meta tag.
The problem isn't that it scales it, it is the time it does so.
Joone Hur
Comment 3
2012-12-21 11:51:09 PST
(In reply to
comment #2
)
> (In reply to
comment #1
) > > This seems like a feature of mobile browser when a web page has the viewport meta tag because the scale of the content depends on the width of the viewport, but I'm not sure if we could support this for all pages that don't have the viewport meta tag. In the case of N9, it doesn't scale the content that doesn't have the viewport meta tag. > > The problem isn't that it scales it, it is the time it does so.
Do you mean that it takes a little bit time to paint the scaled web page during resizing the window? In this case, we can see the blurred web page for a moment. Anyway, it seems wrong that all pages can be fitted to the screen by default independent of viewport meta tag . I think that we should give a way to the browser UI to override it.
Kenneth Rohde Christiansen
Comment 4
2012-12-28 03:30:07 PST
> Anyway, it seems wrong that all pages can be fitted to the screen by default independent of viewport meta tag . I think that we should give a way to the browser UI to override it.
Sure, but that is something separate. Also I believe it should never do fit to view for pages supplying a viewport meta tag. It does so today
Michael Catanzaro
Comment 5
2017-03-11 10:33:31 PST
Closing this bug because the EFL port has been removed from trunk. If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.
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