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 11910 - Target folder isn't set correctly in the template wizard
Summary: Target folder isn't set correctly in the template wizard
Status: CLOSED DUPLICATE of bug 14998
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on: 11487
Blocks:
  Show dependency tree
 
Reported: 2001-05-03 14:34 UTC by Radko Najman
Modified: 2008-12-22 22:49 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 Radko Najman 2001-05-03 14:34:19 UTC
If I instantiate a template wizard by the following code, the target folder 
isn't set and selected in the target panel of the template wizard.

TemplateWizard wizard = new TemplateWizard();
wizard.setTargetFolder(DataFolder);
wizard.instantiate(DataObject);

In the FileSystems tree of the target panel are mounted filesystems displayed 
but filesystem which contains my target folder isn't expanded and folder isn't 
selected.
Comment 1 Jesse Glick 2001-05-03 16:45:11 UTC
QA - I could swear this is a duplicate of a recent bug, but I don't remember
where it is or who filed it.
Comment 2 Jan Chalupa 2001-05-06 08:13:23 UTC
Target milestone -> 3.3
Comment 3 Marian Mirilovic 2001-08-30 13:34:46 UTC
The same happends me in today build
[nb_dev](20010830),[jdk1.3.1](rc1), when I push New | GUI Forms |
BeanForm.

Maybe increase of priority is needed [P2] ?
It's very annoying when user must again expand and select target
directory.
Comment 4 Jan Zajicek 2001-09-10 14:21:59 UTC
Seems like duplicate of started issue #14998.

*** This issue has been marked as a duplicate of 14998 ***
Comment 5 Svata Dedic 2001-09-21 09:38:33 UTC
Well, this bug is *not* a duplicate of #11487, since the target
filesystem is mounted (the fs is displayed, but not _expanded).
Comment 6 Radko Najman 2001-09-21 09:59:15 UTC
It seems it was already fixed. Closing.