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 158025 - Hierarchy component is unslided to incorrect mode
Summary: Hierarchy component is unslided to incorrect mode
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks: 156573
  Show dependency tree
 
Reported: 2009-02-05 16:22 UTC by mslama
Modified: 2009-02-22 07:59 UTC (History)
1 user (show)

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 mslama 2009-02-05 16:22:44 UTC
1.Start IDE with fresh user dir.
2.Reactivate C++ plugin.
3.Open C++ project.
4.Open Hierarchy component and unslide it from right sliding mode. It is moved to explorer mode instead of to common
palette mode.
Comment 1 mslama 2009-02-18 13:58:13 UTC
core-main #87627c299529

Previous mode was not set when tcref or wsmode was added at runtime.
Comment 2 Quality Engineering 2009-02-22 07:59:16 UTC
Integrated into 'main-golden', will be available in build *200902220201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/87627c299529
User: Marek Slama <mslama@netbeans.org>
Log: #158025: Initialize previous mode when tcref or wsmode is added during runtime.