Bug 77781

Summary: 'back' navigation in documentation browser doesn't handle jumps correctly
Product: [Applications] kdevelop Reporter: Daniel Franke <franke.daniel>
Component: doctreeviewAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.0.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Daniel Franke 2004-03-16 17:24:30 UTC
Version:           3.0.2 (using KDE KDE 3.2.1)
Installed from:    Compiled From Sources
Compiler:          gcc-3.3.1 
OS:          Linux

* open doc browser
 * enter 'KMain', press ENTER, a new tab appears, classKMainWindow.html
 * browse: QMainWindow -> QWidget -> QObject (doesn't matter which, just to get three distinguishable names in history) History from top to bottom: QWidget, QMainWindow, KMainWindow
 * jump back to QMainWindow by selecting QMainWindow in history (one expects the qmainwidget to pop up)
 --> one gets: KMainWindow

Doing the same with 'forward' seems to work correctly.
Comment 1 Daniel Franke 2004-03-16 17:26:31 UTC
> (one expects the qmainwidget to pop up) 
of course this should read: "one expects the classQMainWindow.html to pop up"

Comment 2 Jens Dagerbo 2004-03-16 19:15:19 UTC
Technically, this code isn't in the documentation plugin (it's in partcontroller.cpp) but it should be. 
Comment 3 Jens Dagerbo 2004-04-22 23:07:17 UTC
Yes. Fixed in HEAD.