[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-10-19 22:31:45
Message-ID: 1224455505.286977.6504.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 873674 by ggarand:

automatically merged revision 869763:
disabling smooth scroll just for the parsing phase, and not
for the entire !complete phase, should be fine.

 M  +1 -1      khtmlview.cpp  


--- branches/KDE/4.1/kdelibs/khtml/khtmlview.cpp #873673:873674
@@ -3899,7 +3899,7 @@
             unscheduleRelayout();
             layout();
         }
-        if (d->smoothScrollMode == KHTMLView::SSMWhenEfficient)
+        if (d->smoothScrollMode == KHTMLView::SSMWhenEfficient && m_part->xmlDocImpl()->parsing())
             d->shouldSmoothScroll = false;
     }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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