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

List:       kde-commits
Subject:    branches/KDE/4.1/kdelibs/khtml
From:       Germain Garand <germain () ebooksfrance ! org>
Date:       2008-09-24 4:12:30
Message-ID: 1222229550.203868.6164.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 864159 by ggarand:

automatically merged revision 864151:
non-standard scroll event does not bubble in other engines - dont acte.

 M  +1 -1      khtmlview.cpp  
 M  +1 -1      rendering/render_layer.cpp  


--- branches/KDE/4.1/kdelibs/khtml/khtmlview.cpp #864158:864159
@@ -3829,7 +3829,7 @@
     }
 
     if (m_part->xmlDocImpl() && m_part->xmlDocImpl()->documentElement())
-        m_part->xmlDocImpl()->documentElement()->dispatchHTMLEvent(EventImpl::SCROLL_EVENT, \
true, false); +        \
m_part->xmlDocImpl()->documentElement()->dispatchHTMLEvent(EventImpl::SCROLL_EVENT, \
false, false);  
     if (!d->smoothScrolling) {
         d->updateContentsXY();
--- branches/KDE/4.1/kdelibs/khtml/rendering/render_layer.cpp #864158:864159
@@ -731,7 +731,7 @@
     }
 
     // Fire the scroll DOM event. Do this the very last thing, since the handler may \
                kill us.
-    m_object->element()->dispatchHTMLEvent(EventImpl::SCROLL_EVENT, true, false);    \
 +    m_object->element()->dispatchHTMLEvent(EventImpl::SCROLL_EVENT, false, false);  \
  }
 
 void RenderLayer::updateScrollPositionFromScrollbars()


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

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