[Webkit-unassigned] [Bug 117478] New: Do not invoke new hover effects or clear existing hover effects on node deletion when cursor is invisible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 10 21:05:58 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117478
Summary: Do not invoke new hover effects or clear existing
hover effects on node deletion when cursor is
invisible
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: Event Handling
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: koivisto at iki.fi, benjamin at webkit.org
Consider merging https://chromium.googlesource.com/chromium/blink/+/a7b2ee9c276ebd3512cca22cb9cefacf86deb09a
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list