[Webkit-unassigned] [Bug 16520] [GTK] Acid2 has scrollbar; doesn't quite pass the test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 21 11:35:39 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=16520





------- Comment #10 from marco.barisione at collabora.co.uk  2008-04-21 11:35 PDT -------
(In reply to comment #9)
> It's a design decision to follow GTK+ convention as closely as possible. If the
> widget was created within a GtkScrolledWindow we need to respect that and can
> deliver chrome changes by getting at the container widget and conditionally
> modifying the scrollbar policy in the case that it's a GtkScrolledWindow.

Don't you think it's a bit hacky? IMO if we implement it we should change the
policy type only if it was set to GTK_POLICY_AUTOMATIC, so we don't override
the explicit request to have or not to have the scrollbars.

What should I do in the case of overflow:hidden? Modify the adjustament (it
seems to always work well and can be used even if we are not using a scrolled
window but it could break something) or use the same trick used for
overflow:scroll?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list