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

Issue 983693002: Hover not working correctly on image with border-radius. (Closed)

Created:
5 years, 9 months ago by Abhijeet Kandalkar Slow
Modified:
5 years, 9 months ago
CC:
blink-reviews, blink-reviews-rendering
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Hittest for inlinebox should take care of border-radius. Current behavior of hittesting works properly for LayoutBlock having border style but doesn't take care of inlineBox with border style and hence returns wrong element. This patch adds implementation for border style handling for inlineBox. BUG=451116 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192175

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -0 lines) Patch
A LayoutTests/fast/borders/border-hittest.html View 1 1 chunk +21 lines, -0 lines 0 comments Download
A LayoutTests/fast/borders/border-hittest-expected.txt View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M Source/core/layout/line/InlineBox.cpp View 1 2 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
rwlbuis
On 2015/03/05 14:39:11, Abhijeet Kandalkar wrote: > mailto:abhijeet.k@samsung.com changed reviewers: > + mailto:abarth@chromium.org, mailto:esprehn@chromium.org, mailto:leviw@chromium.org, ...
5 years, 9 months ago (2015-03-09 21:29:48 UTC) #2
Abhijeet Kandalkar Slow
Rebased patch. Renamed renderer() to layoutObject(). Please review patch.
5 years, 9 months ago (2015-03-11 12:06:06 UTC) #4
Abhijeet Kandalkar Slow
On 2015/03/11 12:06:06, Abhijeet Kandalkar wrote: > Rebased patch. Renamed renderer() to layoutObject(). > Please ...
5 years, 9 months ago (2015-03-18 10:56:42 UTC) #6
davve
Non-owner LGTM from me with some attached nits. https://codereview.chromium.org/983693002/diff/1/LayoutTests/fast/borders/border-hittest.html File LayoutTests/fast/borders/border-hittest.html (right): https://codereview.chromium.org/983693002/diff/1/LayoutTests/fast/borders/border-hittest.html#newcode6 LayoutTests/fast/borders/border-hittest.html:6: img{ ...
5 years, 9 months ago (2015-03-18 15:20:40 UTC) #8
Abhijeet Kandalkar Slow
Incorporated David's comments. Please review patch. https://codereview.chromium.org/983693002/diff/20001/LayoutTests/fast/borders/border-hittest-expected.txt File LayoutTests/fast/borders/border-hittest-expected.txt (left): https://codereview.chromium.org/983693002/diff/20001/LayoutTests/fast/borders/border-hittest-expected.txt#oldcode1 LayoutTests/fast/borders/border-hittest-expected.txt:1: polish On 2015/03/18 ...
5 years, 9 months ago (2015-03-19 13:38:15 UTC) #9
leviw_travelin_and_unemployed
Owner LGTM.
5 years, 9 months ago (2015-03-19 13:58:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/983693002/60001
5 years, 9 months ago (2015-03-19 14:00:00 UTC) #13
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 15:27:39 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192175

Powered by Google App Engine
This is Rietveld 408576698