[Webkit-unassigned] [Bug 136650] Rubber-banding in the DOM view of the WebInspector is really jumpy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 8 17:35:42 PDT 2014


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





--- Comment #4 from Beth Dakin <bdakin at apple.com>  2014-09-08 17:35:45 PST ---
(In reply to comment #3)
> (From update of attachment 237822 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=237822&action=review
> 
> > Source/WebCore/rendering/RenderLayer.cpp:1390
> > +    if (!renderer().frame().settings().rubberBandingForOverflowScrollEnabled())
> > +        return false;
> 
> Do you need to check the setting here, since presumably overhangAmount() will just return 0,0 otherwise?

True. Probably no need to belt-and-suspenders here.

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