DescriptionSkipping mouseenter/over/out/leave on deleted nodes.
Both IE and FF skip firing of mouse transition events at deleted nodes,
with only IE doing it in a perfect manner by maintining the pairing of
entry/exit events. A crack in our code had been causing firing of these
events at a node after the node got deleted. This CL fixes the bug by
making chromium behave similar to FF. The perfect solution seems
non-trivial.
BUG=515921
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200656
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Total comments: 2
Patch Set 3 : Fixed bad test expectations #Patch Set 4 : #
Messages
Total messages: 23 (10 generated)
|