DescriptionRevert of Remove override of View::HitTestRect() from ImageView (https://codereview.chromium.org/282403002/)
Reason for revert:
Breaks mouse hover on image buttons (see https://code.google.com/p/chromium/issues/detail?id=376478). tdanderson@ will investigate.
Original issue's description:
> Remove override of View::HitTestRect() from ImageView
>
> The override of View::HitTestRect() in ImageView forces hit
> testing to fail if the |interactive_| member is false, which
> prevents the view from accepting events. Since the |interactive_|
> member is unrelated to location, it is better to move this logic
> into an override of EventTarget::CanAcceptEvent() instead.
>
> BUG=374325
> TEST=none
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272117
TBR=sadrul@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=374325
Patch Set 1 #
Created: 6 years, 7 months ago
(Patch set is too large to download)
Messages
Total messages: 4 (0 generated)
|