Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 1613703004: Use "\uFEFF" instead of "." in WebInspector.ViewportControl's gap elements. (Closed)

Created:
4 years, 11 months ago by skobes
Modified:
4 years, 11 months ago
Reviewers:
lushnikov, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use "\uFEFF" instead of "." in WebInspector.ViewportControl's gap elements. When the gap elements have height:0px, the "." text contributes to the container's height, which produces strange effects during scrolling. BUG=579444 Committed: https://crrev.com/2708759cc0028611c97f12a2adeb424c0747f6c4 Cr-Commit-Position: refs/heads/master@{#370878}

Patch Set 1 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M third_party/WebKit/Source/devtools/front_end/ui/ViewportControl.js View 1 chunk +5 lines, -2 lines 4 comments Download

Messages

Total messages: 16 (7 generated)
skobes
4 years, 11 months ago (2016-01-22 00:56:31 UTC) #4
pfeldman
https://codereview.chromium.org/1613703004/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/ViewportControl.js File third_party/WebKit/Source/devtools/front_end/ui/ViewportControl.js (left): https://codereview.chromium.org/1613703004/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/ViewportControl.js#oldcode40 third_party/WebKit/Source/devtools/front_end/ui/ViewportControl.js:40: this._topGapElement.textContent = "."; lushnikov@ says that "." was here ...
4 years, 11 months ago (2016-01-22 01:37:34 UTC) #6
skobes
https://codereview.chromium.org/1613703004/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/ViewportControl.js File third_party/WebKit/Source/devtools/front_end/ui/ViewportControl.js (left): https://codereview.chromium.org/1613703004/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/ViewportControl.js#oldcode40 third_party/WebKit/Source/devtools/front_end/ui/ViewportControl.js:40: this._topGapElement.textContent = "."; On 2016/01/22 01:37:34, pfeldman wrote: > ...
4 years, 11 months ago (2016-01-22 01:51:53 UTC) #7
pfeldman
> The text content produces overflow which contributes to the container's height. > Example: https://jsbin.com/zisowo/edit?html,output ...
4 years, 11 months ago (2016-01-22 01:59:14 UTC) #8
skobes
On 2016/01/22 01:59:14, pfeldman wrote: > > The text content produces overflow which contributes to ...
4 years, 11 months ago (2016-01-22 02:06:33 UTC) #9
pfeldman
lgtm Thanks for following up and explanations.
4 years, 11 months ago (2016-01-22 02:08:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1613703004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1613703004/20001
4 years, 11 months ago (2016-01-22 02:11:00 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:20001)
4 years, 11 months ago (2016-01-22 02:17:02 UTC) #14
commit-bot: I haz the power
4 years, 11 months ago (2016-01-22 02:19:11 UTC) #16
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/2708759cc0028611c97f12a2adeb424c0747f6c4
Cr-Commit-Position: refs/heads/master@{#370878}

Powered by Google App Engine
This is Rietveld 408576698