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

Issue 337323002: Fix for RenderListBox not showing vertical scrollbar with overlay-scrollbar enabled. (Closed)

Created:
6 years, 6 months ago by pals
Modified:
6 years, 6 months ago
Reviewers:
tkent, keishi
CC:
blink-reviews, blink-reviews-rendering, zoltan1, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, pdr., rune+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Fix for RenderListBox not showing vertical scrollbar with overlay-scrollbar enabled. The scrollbars does not paint as verticalScrollbarWidth() returns 0 in paint in case of overlay-scrollbars. We should use actual scrollbar width while placing and painting the scrollbar. BUG=385463 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176395

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : Fix compilation error #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -5 lines) Patch
A LayoutTests/fast/forms/select/listbox-overlay-scrollbar.html View 1 chunk +35 lines, -0 lines 0 comments Download
A LayoutTests/fast/forms/select/listbox-overlay-scrollbar-expected.html View 1 chunk +38 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderListBox.cpp View 1 2 3 chunks +3 lines, -5 lines 3 comments Download

Messages

Total messages: 8 (0 generated)
pals
PTAL.
6 years, 6 months ago (2014-06-17 14:08:37 UTC) #1
tkent
Please post a compilable patch.
6 years, 6 months ago (2014-06-18 00:03:00 UTC) #2
pals
On 2014/06/18 00:03:00, tkent wrote: > Please post a compilable patch. Fixed the compilation error. ...
6 years, 6 months ago (2014-06-18 04:23:04 UTC) #3
tkent
https://codereview.chromium.org/337323002/diff/110001/Source/core/rendering/RenderListBox.cpp File Source/core/rendering/RenderListBox.cpp (right): https://codereview.chromium.org/337323002/diff/110001/Source/core/rendering/RenderListBox.cpp#newcode390 Source/core/rendering/RenderListBox.cpp:390: scrollbarLeft = width() - borderRight() - (m_vBar ? m_vBar->width() ...
6 years, 6 months ago (2014-06-18 04:52:22 UTC) #4
pals
https://codereview.chromium.org/337323002/diff/110001/Source/core/rendering/RenderListBox.cpp File Source/core/rendering/RenderListBox.cpp (right): https://codereview.chromium.org/337323002/diff/110001/Source/core/rendering/RenderListBox.cpp#newcode390 Source/core/rendering/RenderListBox.cpp:390: scrollbarLeft = width() - borderRight() - (m_vBar ? m_vBar->width() ...
6 years, 6 months ago (2014-06-18 05:11:44 UTC) #5
tkent
lgtm https://codereview.chromium.org/337323002/diff/110001/Source/core/rendering/RenderListBox.cpp File Source/core/rendering/RenderListBox.cpp (right): https://codereview.chromium.org/337323002/diff/110001/Source/core/rendering/RenderListBox.cpp#newcode390 Source/core/rendering/RenderListBox.cpp:390: scrollbarLeft = width() - borderRight() - (m_vBar ? ...
6 years, 6 months ago (2014-06-18 05:14:42 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/337323002/110001
6 years, 6 months ago (2014-06-18 05:16:43 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-06-18 06:22:41 UTC) #8
Message was sent while issue was closed.
Change committed as 176395

Powered by Google App Engine
This is Rietveld 408576698