[Webkit-unassigned] [Bug 100113] New: Can not click the node which is shown only if it is hovered when touch events are enabled.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 23 05:55:04 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=100113
Summary: Can not click the node which is shown only if it is
hovered when touch events are enabled.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Event Handling
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eunmi15.lee at samsung.com
When touch events are enabled, we can not click the node which is shown only if it is hovered
because the hover property is removed from the node when touch is released. (it was patched by Bug 77620)
The click event comes after touch is released, so it could not reach to the node.
For example, we can not click the "more menu" in the left-top of espn.go.com, because the list is hided when touch is released.
I think the aim of Bug 77620 is that clearing the hover property from the node when the finger is released off the node.
So, it is better to not remove hover property if the hovered node and touch-released node are same.
--
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