[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
Wed Sep 10 08:32:02 PDT 2014


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #237865|review?                     |review+
               Flag|                            |




--- Comment #8 from Darin Adler <darin at apple.com>  2014-09-10 08:32:04 PST ---
(From update of attachment 237865)
View in context: https://bugs.webkit.org/attachment.cgi?id=237865&action=review

> Source/WebCore/rendering/RenderLayer.cpp:1399
> +    return false;
> +#else
> +    return false;
> +#endif

Could omit the else and share the "return false". Not sure if it would be better or not.

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