Bug 169886 - Back button makes expandable folders view forget open branches
Summary: Back button makes expandable folders view forget open branches
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: 16.12.2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
: 194015 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-26 21:55 UTC by Felix
Modified: 2010-01-26 13:18 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix 2008-08-26 21:55:28 UTC
Version:            (using KDE 4.1.0)
Compiler:           arch linux binary package
OS:                Linux
Installed from:    Unlisted Binary Package

This is a regression of bug 8112 from Konqueror 1.9.


To reproduce:

Open some tree branches

Enter a folder

Press Back button

All your branches are closed
Comment 1 Frank Reininghaus 2009-06-28 01:56:20 UTC
*** Bug 194015 has been marked as a duplicate of this bug. ***
Comment 2 Frank Reininghaus 2010-01-26 13:18:12 UTC
SVN commit 1080549 by freininghaus:

Reorganise some code in DolphinView and DolphinViewContainer. This
makes it possible to restore the expanded folders in the Details View
when navigating in history (based on r1056438 and r1079843).

Also remove DolphinView::activateItem(const KUrl&) and DolphinView's
m_loadingDirectory member (they are not needed any more).

This will be in KDE 4.5.

BUG: 169886


 M  +5 -17     dolphinview.cpp  
 M  +0 -10     dolphinview.h  
 M  +5 -14     dolphinviewcontainer.cpp  
 M  +0 -2      dolphinviewcontainer.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1080549