[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:11:01 PST 2013


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





--- Comment #8 from James Robinson <jamesr at chromium.org>  2013-02-01 13:13:03 PST ---
(From update of attachment 186113)
View in context: https://bugs.webkit.org/attachment.cgi?id=186113&action=review

I don't understand why you feel the need to do this in such a hacky way.

> Source/WebCore/page/FrameView.cpp:526
> +#if PLATFORM(CHROMIUM) && OS(ANDROID)
> +    if (m_frame = m_frame->page()->mainFrame())
> +        return Scrollbar::createNativeScrollbar(this, orientation, RegularScrollbar);
> +#endif

Doesn't this also break custom scrollbars?  Why do you need to do that?

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