[Webkit-unassigned] [Bug 62470] New: :hover attribute not handled correctly if underlying DOM changes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 10 13:31:45 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=62470
Summary: :hover attribute not handled correctly if underlying
DOM changes
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: groby at chromium.org
Created an attachment (id=96775)
--> (https://bugs.webkit.org/attachment.cgi?id=96775&action=review)
Quick repro case
The attached sample case has a list w/ 3 items and hover attributes on the list items. If a drag on any list item is initiated, that item is removed from the list and a new item is added.
The expected behavior is that none of the items are styled as :hover if the mouse cursor is outside the list, but it is fairly (1:3 chance?) easy to create a state that has a sticky :hover on the drag source. Simply follow the instructions on the test page.
Bug 4117 sounds similar, but the repro actions for that bug are sufficiently different that this might be a separate issue.
--
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