DescriptionDo not invoke new hover effects or clear existing hover effects on node deletion when cursor is invisible
If the mouse cursor is invisible and the currently
hovered node is deleted from the DOM, then there should
be no new hover effects invoked for any remaining nodes
in the page (i.e., those that happen to become positioned
underneath the last known mouse position as a result of
the deletion). Any existing hover effects for the ancestors
of the deleted node should be preserved.
BUG=240722
R=ojan@chromium.org, rbyers@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151861
Patch Set 1 #Patch Set 2 : Patch for review #
Total comments: 9
Patch Set 3 : Tests changed #
Total comments: 2
Patch Set 4 : Patch for landing #
Messages
Total messages: 14 (0 generated)
|