[Webkit-unassigned] [Bug 108541] [chromium-android] disable all scrollbars except for the main frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 13:32:12 PST 2013


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





--- Comment #11 from Tien-Ren Chen <trchen at chromium.org>  2013-02-01 13:34:15 PST ---
(In reply to comment #10)
> I think a solution where scrollbars on android by default do not paint but ones that go through ScrollingCoordinatorChromium are recognized would be best, since that's the behavior we want and it'll naturally allow more and more scrollbars as they are hooked up to the ScrollingCoordinator.

I see, so perhaps

1. We add a flag ScrollbarThemeClient::isCoordinated()
2. ScrollingCoordinator sets the flag when a Scrollbar get registered
3. ScrollbarThemeAndroid looks at the flag and only paint when it sees a coordinate scrollbar
4. Profit!

Sounds reasonable to you?

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