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 22312 - Filesystems tab comes up on top
Summary: Filesystems tab comes up on top
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-11 00:59 UTC by Torbjorn Norbye
Modified: 2003-06-30 17:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch for the orion_fcs branch which fixes the problem (1.21 KB, patch)
2002-04-11 01:00 UTC, Torbjorn Norbye
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torbjorn Norbye 2002-04-11 00:59:14 UTC
Our module adds a filesystems tab to the Debugger
Window mode.
The problem (as recorded in bugtraq 4649580) is
that for users
who use the JPDA Debugger, they often find that
when they 
switch to the Debugging workspace, the filesystems
tab is on top,
so they have to click on the Debugger tab to make
the debugging
window visible.

This is easily fixed by the following patch:
specify an active
top component of "DebuggerWindow" in the
mode-definition for
the debugger window container. This will have no
harm in the case
where there is no additional filesystem tab, and
it will ensure
that the debugger window is on top by default for
the case
where it is present.


--- debugger.wsmode     9 Jan 2002 10:12:10 -0000
      1.5.6.1
+++ debugger.wsmode     10 Apr 2002 23:57:46 -0000
@@ -6,7 +6,7 @@
     <ui-type type="any" >
         <relative-bounds x="0" y="0" width="35"
height="100" />
         <frame type="window" constraints="left"
state="normal" />
-        <container type="tabbed" >
+        <container type="tabbed"
active-tc="DebuggerWindow" >
         </container>
         <icon
url="nbresboot:/org/netbeans/core/resources/debuggerView.gif"
/>
         <other defined-by="module"
mode-state="visible" />
@@ -14,9 +14,9 @@
     <ui-type type="mdi" >
         <relative-bounds x="0" y="0" width="35"
height="100" />
         <frame type="desktop" constraints="left"
state="normal" />
-        <container type="tabbed" >
+        <container type="tabbed"
active-tc="DebuggerWindow" >
         </container>
         <icon
url="nbresboot:/org/netbeans/core/resources/debuggerView.gif"
/>
         <other defined-by="module"
mode-state="visible" />
     </ui-type>
Comment 1 Torbjorn Norbye 2002-04-11 01:00:48 UTC
Created attachment 5366 [details]
Patch for the orion_fcs branch which fixes the problem
Comment 2 Jan Jancura 2002-04-11 09:51:12 UTC
fixed in main trunk
Comment 3 Jan Jancura 2002-04-11 17:46:17 UTC
fixed in orion_fcs
Comment 4 Marek Grummich 2003-01-13 09:40:56 UTC
verified
Comment 5 Quality Engineering 2003-06-30 17:28:22 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.