Chromium Code Reviews
DescriptionFix an issue with the bookmarks bar in Harmony where in the focus ring would paint outside the scrollview.
The proposed fix here is to scroll the parent scrollview by the row bounds to ensure that the ring does not
paint outside the content area. There is an underlying problem here with the focus ring not getting clipped
when it tries to paint outside the parent.
The correct fix there is to notify the parents about the layer being used the focus ring which would require
them to create layers to host the child layer. Clipping can be done then.
The plan is to work on that in a subsequent patch.
BUG=665412
Review-Url: https://codereview.chromium.org/2813103002
Cr-Commit-Position: refs/heads/master@{#463923}
Committed: https://chromium.googlesource.com/chromium/src/+/7720633b71d3f5d8d3c912b93d2466a0b2972c24
Patch Set 1 #
Total comments: 2
Patch Set 2 : Update comment #Messages
Total messages: 18 (10 generated)
|