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 6948 - The debugging toolbar configuration in all workspaces.
Summary: The debugging toolbar configuration in all workspaces.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 major (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-03 08:28 UTC by Jan Stola
Modified: 2008-12-23 11: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 Jan Stola 2000-07-03 08:28:31 UTC
1. Start the IDE.
2. Switch to the Debugger workspace
   - you will see the debugging toolbar configuration
3. Switch to some other workspace
   - the debugging toolbar configuration still will be there

It seems that there are problems with toolbar configurations:

             toolbar configuration
Workspace     should be        is
**********************************
Editing       Standard      Editing
GUI Editing   Standard      Visual
Browsing      Standard      Browsing
Running       Standard      Running
Debugging     Debugging     Debugging

The "should be" in the second column means "was in the previous Builds".
This bug occured in the build 1046 for the first time (Build 1045 is OK).
Comment 1 Jaroslav Tulach 2000-07-03 08:44:59 UTC
The bug is in ToolbarPool.setConfiguration which should set the "Standard"
configuration when incorect name is passes as argument the the method.
(currently it just leaves the current configuration).
Comment 2 Quality Engineering 2003-07-01 16:27:54 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.