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 218549 - Malfunction of Insert (Ctrl-V)
Summary: Malfunction of Insert (Ctrl-V)
Status: RESOLVED DUPLICATE of bug 205697
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.3
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-18 13:55 UTC by muellermi
Modified: 2012-09-19 13:00 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 muellermi 2012-09-18 13:55:49 UTC
Product Version = NetBeans IDE Dev (Build 201209180001)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) Client VM 23.3-b01

- In NB editor, highlight some text.
- Press Ctrl-C
- Move cursor to empty space
- Press Ctrl-V
--> NB inserts text from clipboard
- open texteditor outside of NB
- enter som text, highlight this text and press Ctrl-C
- Move cursor to empty space
- Press Ctrl-V
--> Editor will insert this text
- switch back to NB editor 
- Press Ctrl-V
--> NB will insert the text previously was copied from NB to clipborad, not the one from windows clipboard
- In NB editor, highlight some text.
- Press Ctrl-C
- switch to editor outsind of NB
- Press Ctrl-V
--> Editor will insert the text text previously was copied from editor to clipboard

!!! It seems, the NB clipboard acts independently from the windows (system) clipboard), ignoring the system values and not copying to it !!!
Comment 1 Stanislav Aubrecht 2012-09-19 13:00:22 UTC

*** This bug has been marked as a duplicate of bug 205697 ***