Bug 59824 - Change relatedTarget retargeting to use treeScopes
Summary: Change relatedTarget retargeting to use treeScopes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 59805
  Show dependency treegraph
 
Reported: 2011-04-29 13:35 PDT by Dimitri Glazkov (Google)
Modified: 2012-05-28 23:48 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2011-04-29 13:35:43 PDT
The code in http://google.com/codesearch/p?vert=chromium#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/dom/EventDispatcher.cpp&l=133 can be sped up and it's legibility improved if we use treeScopes to determine shadow boundaries.
Comment 1 Dimitri Glazkov (Google) 2011-06-08 15:18:34 PDT
Until bug 62333 is fixed, this is not feasible.
Comment 2 Hajime Morrita 2012-05-28 23:48:08 PDT
IIRC, this should be fixed as a part of Bug 78586.
Please reopen if incorrect.