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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml/rendering
From:       Germain Garand <germain () ebooksfrance ! com>
Date:       2005-10-19 8:45:52
Message-ID: 1129711552.363042.22659.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 471914 by ggarand:

don't propagate the test action we receive in nodeAtPoint to children, this is about \
_us_.

BUG: 72997, 77154



 M  +1 -1      render_inline.cpp  


--- branches/KDE/3.5/kdelibs/khtml/rendering/render_inline.cpp #471913:471914
@@ -836,7 +836,7 @@
 {
     if ( hitTestAction != HitTestSelfOnly ) {
         for (RenderObject* child = lastChild(); child; child = \
                child->previousSibling())
-            if (!child->layer() && !child->isFloating() && child->nodeAtPoint(info, \
_x, _y, _tx, _ty, hitTestAction)) +            if (!child->layer() && \
!child->isFloating() && child->nodeAtPoint(info, _x, _y, _tx, _ty, HitTestAll))  \
inside = true;  }
 


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

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