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 204009 - "Custom Listeners" node is not expandable
Summary: "Custom Listeners" node is not expandable
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-20 12:39 UTC by Jiri Kovalsky
Modified: 2011-10-24 14:02 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 Kovalsky 2011-10-20 12:39:59 UTC
Product Version: NetBeans IDE Dev (Build 201110120600)
Java: 1.6.0_27; Java HotSpot(TM) Client VM 20.2-b06
System: Linux version 2.6.35-22-generic running on i386; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/dev
Cache directory: /home/cesilko/.netbeans/dev/var/cache

Description:
============
"Custom Listeners" node in "Events" output tab when visual debugging an application should be expandable right from the beginning just like "Event Log" node below.

Steps to reproduce:
===================
1. Generate new Anagram Game sample application.
2. Press Ctrl+F5 to start debugging it.
3. Invoke "Debug > Take GUI Snapshot" from main menu.
4. Right click "Your Guess:" label in "Snapshot of Anagrams" editor and invoke "Show Listeners" action from its popup menu.
5. "Custom Listeners" node will not have [+] icon next to it unlike "Event Log" node which is also empty.
Comment 1 Martin Entlicher 2011-10-21 13:29:11 UTC
Fixed by changeset:   205168:8179e3fff99f
http://hg.netbeans.org/main/rev/8179e3fff99f
Comment 2 Quality Engineering 2011-10-24 14:02:44 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/8179e3fff99f
User: mentlicher@netbeans.org
Log: #204009 Make the listeners folder nodes expandable.