Bug 248405 - Crash when selecting "Go Up" in column view
Summary: Crash when selecting "Go Up" in column view
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-19 17:13 UTC by Peter Penz
Modified: 2010-08-19 17:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.5.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Penz 2010-08-19 17:13:34 UTC
Version:           unspecified (using KDE 4.5.0) 
OS:                Linux

Chosing "Go Up" inside a sub-column of the column view leads to a crash (or at least a wrong behavior in the release mode)

Reproducible: Always

Steps to Reproduce:
- Switch view mode to column view
- Go into a subdirectory
- Select the action "Go Up"


Actual Results:  
Crash (ASSERT: "index != m_index" in file
/home/kde-devel/kde/src/KDE/kdebase/apps/dolphin/src/views/dolphincolumnviewcontainer.cpp,
line 348)

Expected Results:  
The left column gets active
Comment 1 Peter Penz 2010-08-19 17:50:23 UTC
SVN commit 1165550 by ppenz:

Fix wrong behavior (or triggering of an assertion in the debug mode), if "Go Up" is used in the column view.

CCBUG: 248405


 M  +3 -1      dolphincolumnviewcontainer.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1165550
Comment 2 Peter Penz 2010-08-19 17:52:27 UTC
SVN commit 1165552 by ppenz:

Backport of SVN commit 1165550: Fix wrong behavior (or triggering of an assertion in the debug mode), if "Go
Up" is used in the column view.

BUG: 248405
FIXED-IN: 4.5.1



 M  +3 -1      dolphincolumnviewcontainer.cpp  


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