Bug 59824

Summary: Change relatedTarget retargeting to use treeScopes
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hayato, morrita
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 59805    

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.