[Webkit-unassigned] [Bug 134555] New: :hover state sticks after a drag-and-drop
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 2 13:28:01 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=134555
Summary: :hover state sticks after a drag-and-drop
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
URL: http://jsfiddle.net/zFk2V/3/
OS/Version: Mac OS X 10.9
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Events
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: NashvilEric at gmail.com
## Overview
If you drag and drop to reorder a [draggable] element that also has a :hover psuedoclass, the hover state sticks to the dom element in the previous location.
Here is a fiddle of the issue:
http://jsfiddle.net/zFk2V/3/
I have verified this on Chrome 35.0.1916.153 and Safari 7.0.2 (9537.74.9).
## Steps to Reproduce
1. Drag an element
2. Notice that the hover state sticks to the previous element (both in visual effect and as revealed by the developer inspection tools)
3. hover and mouse away from the element and note that the hover state goes away
## Actual Results
The hover state persists, and dev tools show the element in `:hover` mode.
## Expected Results
No hover state should be present, or it should be cleared whenever any other element is hovered.
## Builds
My Chrome webkit version is 537.36.
There is a Stack Overflow issue about this from July 30th 2013, so this issues has been in the wild for a while I think.
http://stackoverflow.com/questions/17946886/hover-sticks-to-element-on-drag-and-drop
--
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