DescriptionWhen moving past a left-hand scrollbar, don't jump way outside the content box.
We handle rendering, scrolling and scrollbars quite poorly if a scrollbar is
actually wider than its containing block. See crbug.com/724255 for more info on
this corner-case.
We end up with negative values in parts of the code where they are not
expected. This CL is just a simple regression fix to at least make sure that
scrollWidth doesn't get messed up by left-hand scrollbars.
AngularJS depends on this.
BUG=720227
Review-Url: https://codereview.chromium.org/2893833004
Cr-Commit-Position: refs/heads/master@{#474226}
Committed: https://chromium.googlesource.com/chromium/src/+/d457f863f78941ed376b463ee39476b1a1852797
Patch Set 1 #
Messages
Total messages: 21 (10 generated)
|