[Webkit-unassigned] [Bug 93452] New: EventDispatcher::dispatchSimulatedClick should not reuse the same EventDispatcher instance.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 8 01:47:18 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93452
Summary: EventDispatcher::dispatchSimulatedClick should not
reuse the same EventDispatcher instance.
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: hayato at chromium.org
CC: dglazkov at chromium.org, dominicc at chromium.org,
morrita at google.com, shinyak at chromium.org
Blocks: 91290
This is a follow up issue after https://bugs.webkit.org/show_bug.cgi?id=93322.
There is yet another place where the same EventDispatcher instance is reused across event dispatching.
In addition to that, in order to simulate a real click, we must use the different dispatchers because we must recalculate event ancestors each time.
Current implementation wrongly freezes event ancestors at the first event dispatch.
--
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