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 112997 - Expand/Collaps node action hides treecombo
Summary: Expand/Collaps node action hides treecombo
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Binding (show other bugs)
Version: 6.x
Hardware: All Solaris
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-16 14:02 UTC by Jiri Vagner
Modified: 2009-12-21 06:11 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 Jiri Vagner 2007-08-16 14:02:16 UTC
After second click on expand/collapse icon in tree, treecombo is automatically closed.

Steps to reproduce:
 - create form
 - invoke popup menu above form and click "Bind -> something" menu item
 - select "Form" as binding source
 - open bind expression tree combo
 - expand and collapse "background" node
     ... or ...
 - expand "background" node and expand "colorSpace" node

Product Version: NetBeans IDE Dev (Build 200708160000)
Java: 1.5.0_13-ea; Java HotSpot(TM) Client VM 1.5.0_13-ea-b01
System: SunOS version 5.10 running on sparc; ISO646-US; en (nb)
Comment 1 Jan Stola 2007-09-07 10:53:08 UTC
Reproducible only on Solaris, it works correctly on other platforms.
Comment 2 Jan Stola 2007-09-12 14:09:14 UTC
Fixed.

Modified file:
/cvs/form/src/org/netbeans/modules/form/ComboBoxWithTree.java
new revision: 1.5; previous revision: 1.4
Comment 3 Jiri Vagner 2007-09-14 08:34:46 UTC
Treecombo is still automatically closed after expanding/closing nodes.

Steps to reproduce:
 - use previous steps to reproduce
 - click expand/colapse icon of "background" node a few times


Product Version: NetBeans IDE Dev (Build 070914)
Java: 1.5.0_13-ea; Java HotSpot(TM) Client VM 1.5.0_13-ea-b01
System: SunOS version 5.10 running on sparc; ISO646-US; en (nb)

Comment 4 Jan Stola 2007-09-14 09:35:04 UTC
The original problem was that the popup was closed after second click anywhere in the popup e.g. you for example wasn't 
able to expand two nodes because the popup got closed after second click. Now it works correctly.

The reason why you reopened this issue is different - the popup is closed when you double-click the expand/collaps 
icon. Lowering to P5 because this use-case doesn't have a sense.
Comment 5 Quality Engineering 2009-12-21 06:11:33 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team