Bug 248405

Summary: Crash when selecting "Go Up" in column view
Product: [Applications] dolphin Reporter: Peter Penz <peter.penz19>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 4.5.1

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