[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.0/kdelibs/khtml/xml
From:       Maks Orlovich <maksim () kde ! org>
Date:       2008-04-01 22:49:39
Message-ID: 1207090179.228667.10791.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 792734 by orlovich:

Properly update currentTarget in capture phases. Fixes acid3 test31.
(Line got lost during container porting. Bad review job by me :( )
CCBUG:156947


 M  +1 -0      dom_nodeimpl.cpp  


--- branches/KDE/4.0/kdelibs/khtml/xml/dom_nodeimpl.cpp #792733:792734
@@ -451,6 +451,7 @@
         NodeImpl* cur = it.next();
         if (cur == this || evt->propagationStopped())
             break;
+        evt->setCurrentTarget(cur);
         cur->handleLocalEvents(evt,true);
     }
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic