Bug 89180 - Event dispatcher should use InsertionPoint::hasDistribution instead of InsertinPoint::isActive in re-targeting.
Summary: Event dispatcher should use InsertionPoint::hasDistribution instead of Insert...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
Depends on:
Blocks: 89073
  Show dependency treegraph
 
Reported: 2012-06-15 00:11 PDT by Hayato Ito
Modified: 2012-06-18 12:18 PDT (History)
6 users (show)

See Also:


Attachments
fix (5.36 KB, patch)
2012-06-15 01:00 PDT, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 2012-06-15 00:11:07 PDT
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.
Comment 1 Hayato Ito 2012-06-15 01:00:10 PDT
Created attachment 147767 [details]
fix
Comment 2 WebKit Review Bot 2012-06-18 12:18:30 PDT
Comment on attachment 147767 [details]
fix

Clearing flags on attachment: 147767

Committed r120615: <http://trac.webkit.org/changeset/120615>
Comment 3 WebKit Review Bot 2012-06-18 12:18:36 PDT
All reviewed patches have been landed.  Closing bug.