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 218836 - Library node: Doubleclicking on class node within a library does not work
Summary: Library node: Doubleclicking on class node within a library does not work
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: issues@apisupport
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-22 21:10 UTC by markiewb
Modified: 2012-11-17 02:43 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 markiewb 2012-09-22 21:10:42 UTC
[ BUILD # : 201209210001 ]
[ JDK VERSION : 1.7.7 ]

Create a nbm module. Add the "Nodes API" as library.
Expand the nodes to the leaf node "Libraries/Nodes API - org.openide.nodes/
org.openide.cookies/EditCookie.class"
Double clicking on the node does not work - no editor opens.

BUT you can open the "EditCookie" class via searching and opening it in "go 
to type" dialog.
That makes no sense for me. It works in one way but not the other way.
Comment 1 Jiri Prox 2012-09-24 09:25:49 UTC
Reproducible.

For me, even Go to type does not work.
Comment 2 Tomas Zezula 2012-09-24 09:35:01 UTC
Api support project does not use generic java project ui.
Comment 3 Ondrej Vrabec 2012-11-16 13:48:27 UTC
i can try and fix this
Comment 4 Ondrej Vrabec 2012-11-16 14:05:57 UTC
fix: http://hg.netbeans.org/core-main/rev/c93419ed32fa
Comment 5 Quality Engineering 2012-11-17 02:43:52 UTC
Integrated into 'main-golden', will be available in build *201211170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c93419ed32fa
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #218836 - Library node: Doubleclicking on class node within a library does not work
fixing actions for library nodes, there are only GeneralAction.DelegatingActions now