[Webkit-unassigned] [Bug 89180] New: Event dispatcher should use InsertionPoint::hasDistribution instead of InsertinPoint::isActive in re-targeting.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 15 00:11:10 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=89180
Summary: Event dispatcher should use
InsertionPoint::hasDistribution instead of
InsertinPoint::isActive in re-targeting.
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,
tasak at google.com
Blocks: 89073
Event dispatcher should use InsertionPoint::hasDistribution() instead of InsertionPoint::isActive() in re-targeting.
InsertionPoint::isActive() returns true even when the insertion point does not select any nodes and has fallback elements. That causes a wrong re-targeting result.
--
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