Chromium Code Reviews
DescriptionStop browse:social:twitter scrolling wrong element
At the moment the browse:social:twitter system health story
thinks that it is scrolling the body element but is actually
scrolling something else (since the body element is off-screen
its bounding rect is clipped to have zero height so we scroll
(width/2, 0/2) which is some other div). This happens to work
but is unexpected. We want to make scrolling a zero area div
an error however that would break this story so we first need
to update the story to use a manually specified container.
Depends on: https://codereview.chromium.org/2617503002/
BUG=chromium:664515
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq
Review-Url: https://codereview.chromium.org/2612053002
Cr-Commit-Position: refs/heads/master@{#444024}
Committed: https://chromium.googlesource.com/chromium/src/+/b7e693f47396d9d20d205e8e1a53736d4bb1aa0b
Patch Set 1 #
Total comments: 1
Patch Set 2 : Remove random other commit. #
Messages
Total messages: 12 (7 generated)
|
|||||||||||||||||||