[Webkit-unassigned] [Bug 130474] REGRESSION(r156316): Scrollbar on a large document is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 19 14:29:28 PDT 2014


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2014-03-19 14:29:48 PST ---
The problem appears that updateArrowPlacement is no longer exiting early in ToT:
http://trac.webkit.org/changeset/156316/trunk/Source/WebCore/platform/mac/ScrollbarThemeMac.mm

Since isScrollbarOverlayAPIAvailable() is always true, we should be returning there.

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