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 212503 - Double-clicking a component in the Navigator pane tree view and changing it's name causes the whol tree view to be collapsed. This is very annoying when you need to rename every component on a form.
Summary: Double-clicking a component in the Navigator pane tree view and changing it's...
Status: RESOLVED DUPLICATE of bug 211240
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-15 00:44 UTC by richwilsonaus
Modified: 2012-05-30 01:31 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 richwilsonaus 2012-05-15 00:44:35 UTC
Product Version = NetBeans IDE 7.1 (Build 201112071828)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_31
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.6-b01
Comment 1 Petr Somol 2012-05-22 08:09:38 UTC
Just remarking that the same is true in Projects panel, where renaming a Java package collapses its subtree. Would be also better if it did not collapse.
Comment 2 Jan Peska 2012-05-29 11:02:58 UTC
I assume that you mean Members View panel in Navigator window -> reassigning to Java/Navigation.

I'm not sure if this is a problem of Members view or Refactoring/Rename itself so please evaluate and reassign if needed.
Comment 3 Tomas Pavek 2012-05-29 16:22:49 UTC
Likely same as bug 211240. Do you have the component fields of the form set to be generated other than private? As explained in bug 211240, if the fields are not private, then reload of the GUI form is needed which causes the Navigator appears in its initial state.

*** This bug has been marked as a duplicate of bug 211240 ***
Comment 4 richwilsonaus 2012-05-30 01:31:20 UTC
Yes, I always use protected rather than private and I'm not changing that for anyone. I see the other bug also won't be fixed... May as well forget the GUI designer then or NetBeans in general.