[Webkit-unassigned] [Bug 45443] [GTK] Support for viewport meta tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 11:08:05 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45443





--- Comment #20 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-10-05 11:08:04 PST ---
(In reply to comment #19)
> (In reply to comment #18)
> > > I don't understand the purpose of this call. This feels like the user is having to manually do something that should be done automatically. How do you see API users using this?
> > 
> > We also do this semi automatically in qt, we the user still has to provide the visible area (it changes after rotation)
> 
> That makes sense! Do you see any reason not to obtain this automatically from the widget allocation?

Because we cannot find a generic way of doing this. The viewport is different because we use tiling, thus the actual webview is the size of the contents and we use a view to pan it (only updating visible tiles). There can also be UI components on top.

We tried obtaining this manually and it has just been a pain in the a*** and not proved very flexible.

-- 
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