rev 5482 - in trunk/packages/kdelibs/debian: . patches

Modestas Vainius modax-guest at alioth.debian.org
Tue Jan 30 18:54:07 CET 2007


Author: modax-guest
Date: 2007-01-30 18:54:06 +0100 (Tue, 30 Jan 2007)
New Revision: 5482

Added:
   trunk/packages/kdelibs/debian/patches/22_konq_scroll2top_before_new_page_fix.diff
Modified:
   trunk/packages/kdelibs/debian/changelog
Log:
Fix the most notable regresion of khtml 3.5.6: "loading new page resets scroll position of old page to top"
http://bugs.kde.org/show_bug.cgi?id=140768
Patch from KDE svn r628618

Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2007-01-30 11:54:10 UTC (rev 5481)
+++ trunk/packages/kdelibs/debian/changelog	2007-01-30 17:54:06 UTC (rev 5482)
@@ -2,8 +2,13 @@
 
   * UNRELEASED
 
- -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Mon, 29 Jan 2007 09:26:42 +0100
+  +++ Changes by Modestas Vainius:
 
+  * Fix the bug of KDE 3.5.6 - an annoying issue with konqueror scrolling to the top
+    of the old page before loading a new one. Patch from upstream svn (22nd patch).
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 30 Jan 2007 19:47:51 +0200
+
 kdelibs (4:3.5.6.r1.dfsg.1-1) experimental; urgency=low
 
   * New upstream tarball.

Added: trunk/packages/kdelibs/debian/patches/22_konq_scroll2top_before_new_page_fix.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/22_konq_scroll2top_before_new_page_fix.diff	2007-01-30 11:54:10 UTC (rev 5481)
+++ trunk/packages/kdelibs/debian/patches/22_konq_scroll2top_before_new_page_fix.diff	2007-01-30 17:54:06 UTC (rev 5482)
@@ -0,0 +1,13 @@
+Index: kdelibs/khtml/html/html_documentimpl.cpp
+===================================================================
+--- kdelibs/khtml/html/html_documentimpl.cpp	(revision 628617)
++++ kdelibs/khtml/html/html_documentimpl.cpp	(revision 628618)
+@@ -222,7 +222,7 @@
+ 
+ void HTMLDocumentImpl::slotHistoryChanged()
+ {
+-    if ( !m_render )
++    if ( true || !m_render )
+         return;
+ 
+     recalcStyle( Force );




More information about the pkg-kde-commits mailing list