Bug 77781 - 'back' navigation in documentation browser doesn't handle jumps correctly
Summary: 'back' navigation in documentation browser doesn't handle jumps correctly
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: doctreeview (show other bugs)
Version: 3.0.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-16 17:24 UTC by Daniel Franke
Modified: 2004-04-22 23:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.