Summary: | Back and Forward do not work as expected | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Frederik Schwarzer <schwarzer> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Frederik Schwarzer
2008-02-17 05:19:31 UTC
I implemented the current behavior on purpose, but was not aware that this is inconsistent with the behavior in browsers. I agree that people are familiar with the browser behavior and Dolphin should stay consistent -> I'll fix this. SVN commit 778359 by ppenz: The "Back" and "Forward" buttons of Dolphin should stay consistent with the history behavior of Konqueror and Firefox: When setting an URL in the middle of the history, start a new history tree. BUG: 157954 M +17 -16 kurlnavigator.cpp M +7 -3 kurlnavigator.h M +67 -1 tests/kurlnavigatortest.cpp M +4 -1 tests/kurlnavigatortest.h WebSVN link: http://websvn.kde.org/?view=rev&revision=778359 |