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 - Copy-Paste "system"(clipboard operations) should work correctly
Summary: Copy-Paste "system"(clipboard operations) should work correctly
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2009-04-23 10:22 UTC by bukh
Modified: 2011-09-10 14:27 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 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