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 163458

Summary: Copy-Paste "system"(clipboard operations) should work correctly
Product: profiler Reporter: bukh <bukh>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: RESOLVED FIXED    
Severity: blocker CC: rnajman
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 162137    

Description bukh 2009-04-23 10:22:00 UTC
Open "Profiler". 
1) Information that is copied to clipboard should be identical for "Call tree" and "Hot spots". Contents of all visible
column should be copied to the clipboard for "Call tree" line(as in "Hot spots").
2) Should not be any action for "Ctrl+A" "event" in "Call tree" and "Hot spots" tables in all "Profiler" tabs.
Comment 1 Jiri Sedlacek 2011-09-09 13:13:08 UTC
Fixed copy for TreeTables. Ctrl+A action (select all) isn't supported since the components use only single line selection. Leaving Swing default for this case.

Fixed by http://hg.netbeans.org/profiler-main/rev/0c08af9daa1c.
Comment 2 Quality Engineering 2011-09-10 14:27:10 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/0c08af9daa1c
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #163458 - fix JTreeTable copy action