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 116192 - Copy doesn't work in advanced search results
Summary: Copy doesn't work in advanced search results
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-20 17:00 UTC by Mikhail Matveev
Modified: 2008-04-10 14:31 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 Mikhail Matveev 2007-09-20 17:00:17 UTC
1. Create newLoanApplication schema.
2. Push Advanced Search button, make some search.
3. Invoke popup menu for some item in search results, choose Copy.
Result: clipboard buffer isn't changed. Any paste operation uses old value of clipboard.
Comment 1 Vladimir Yaroslavskiy 2008-04-02 13:09:24 UTC
fixed in trunk.
Comment 2 Mikhail Matveev 2008-04-09 17:13:02 UTC
Doesn't work.
Details:

This scenario works:
1. Create newLoanApplication schema.
2. Push Advanced Search button, make some search.
3. Invoke popup menu for some item in search results, choose Copy Branch.
4. Create a new file, Paste into it.
5. Switch to Source View and Paste into it.

But if step 4 omitted, it doesn't work - previous clipboard content is pasted.
Comment 3 Vladimir Yaroslavskiy 2008-04-10 14:31:42 UTC
fixed in trunk: NetBeans has own clipboard: org.openide.util.datatransfer.ExClipboard :)