This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 34810 - Wrong selected tab in Output after Fix action
Summary: Wrong selected tab in Output after Fix action
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: jrojcek
URL:
Keywords: UI
: 26670 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-07-09 09:24 UTC by Milan Kubec
Modified: 2005-08-02 15:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2003-07-09 09:24:18 UTC
'Process Output' tab is selected when doing
debugging work, but after fixing code tab
'Compiler' is selected and even after continuing
debugging. The tab 'Process Output' should be
selected after user starts debugging again.
Comment 1 Jan Jancura 2003-07-09 12:37:15 UTC
This is "as designed" as I know - UI team opinion?
Comment 2 Milan Kubec 2003-07-09 13:26:25 UTC
I meant that compiler tab is selected when doing Fix and it remains
selected even after debugging continues.
Comment 3 Maros Sandor 2004-01-07 12:55:59 UTC
We might switch back to the previously shown tab in the Output window 
after successful compilation. To do that, we need a way to determine 
currently selected tab. This would be a new feature request for core 
=> promo-D.
Comment 4 Milan Kubec 2004-01-09 12:57:03 UTC
*** Issue 26670 has been marked as a duplicate of this issue. ***
Comment 5 Jan Jancura 2004-05-18 09:56:28 UTC
Fixed in the main trunk.

Fix&Continue use the sam tab as copilation m=now.
Comment 6 Milan Kubec 2004-11-02 16:34:37 UTC
Not working for me. 
I started debbuging and Debugger Console has been opened, then I did
Fix action and file was compiled and another tab in output window was
opened for that. The newly opened tab was then active even when I
continued stepping.
I admit that Fix action now uses tab for compilation but that's not
the problem. The problem is that after Fix action user has to switch
output tab to see content of Debugger Console that was opened before
Fix action.
Comment 7 Milan Kubec 2005-01-11 13:51:32 UTC
Hanzi, motivation for changing TM to TBD is that previous TM was not
valid for status REOPENED, it cannot simply be already released
version. TDB just means that the issue needs to be evaluated again in
current context.
Comment 8 Jan Jancura 2005-02-16 09:46:18 UTC
Its as designed in the current state, I think.

1) you open  Debugger Console
2) do F&C
3) this action opens "Project Name (debug-fix)" tab and writes result
of this operation there.

This behaviour is OK.
Comment 9 Milan Kubec 2005-08-02 15:53:01 UTC
OK. Closing.