[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:30:26 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136650
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #237822|review? |review+
Flag| |
--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> 2014-09-08 17:30:29 PST ---
(From update of attachment 237822)
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?
--
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