[Webkit-unassigned] [Bug 35146] Support tiled backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 8 04:04:32 PST 2010


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





--- Comment #29 from Antti Koivisto <koivisto at iki.fi>  2010-03-08 04:04:31 PST ---
(In reply to comment #26)
> Are the command line options really worth it? The launcher code might be
> simplier if we support the options only in the menu. Just a thought though :)

Perhaps we might want to have non-interactive functionality in QtLauncher in
the future (for performance testing for example)? But I'll remove these, they
don't currently even work correctly.

> Hmm, why is this needed? Should setResizesToContents automatically do this? Or
> perhaps the docs of the resizesToContents property should explain that this may
> also be a good thing to do.

Without this the view content is not pannable in resizesToContent mode. Easiest
way to make it scrollable again is to enable QGraphicsView scrollbars. This is
not the only or necessarily the best way to do this (see yberbrowser which
implements panning by manipulating graphics items and does not enable
QGraphicsView scrollbars).

> Why are the scrollbars turned _off_ if m_resizesToContents is false? Shouldn't
> it be the other way around?

When resizesToContents is false (the normal behavior) QWebGraphicsView is
responsible of drawing the scrollbars itself. QGraphicsView scrollbars are
redundant in this case.

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