| Summary: | loading new page resets scroll position of old page to top | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Leo Savernik <l.savernik> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christian.schrader, martin, mikmach, rdieter, sebastian_ml |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Leo Savernik
2007-01-28 12:32:05 UTC
Found the culprit. r617941. Please see bug 140777 for a detailed analysis. Leo, so is one of these two bugs a dupe of the other? Am Sonntag, 28. Januar 2007 schrieb Philip Rodrigues: > Leo, so is one of these two bugs a dupe of the other? Well, not quite. While this report is about a concrete bug, bug 140777 is about a massive performance degradation. So you can't unanimously say one is caused by the other. *** Bug 139605 has been marked as a duplicate of this bug. *** Thank you Leo for the quick hack fix. This was driving me up the wall. Nick SVN commit 628618 by savernik: Reverting r617941. This fixes jumping to the top right before loading a new page and also fixes page loading time increase. Attention packagers! Please include this patch in new versions of your khtml-3.5.6 packages. Web surfing experience can be considered broken without it. CCMAIL: kde-packager@kde.org BUG: 140768 CCBUG: 140777 CCBUG: 24820 M +1 -1 html_documentimpl.cpp --- branches/KDE/3.5/kdelibs/khtml/html/html_documentimpl.cpp #628617:628618 @@ -222,7 +222,7 @@ void HTMLDocumentImpl::slotHistoryChanged() { - if ( !m_render ) + if ( true || !m_render ) return; recalcStyle( Force ); *** Bug 141074 has been marked as a duplicate of this bug. *** *** Bug 144832 has been marked as a duplicate of this bug. *** |