[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/24733] JTextField.paste() does not work.
From: |
audriusa at bluewin dot ch |
Subject: |
[Bug swing/24733] JTextField.paste() does not work. |
Date: |
13 Nov 2005 20:20:35 -0000 |
------- Comment #3 from audriusa at bluewin dot ch 2005-11-13 20:20 -------
The private method getClipboard in TransferHandler was always returning the VM
local clipboard and not the system clipboard in the case when the security
manager is not installed (typical case).
With this patch, I am able to paste the external data from the system clipboard
into the text field if manually calling the .paste() method (see the test
case). Ctrl-V still does not show any signs of life.
--
audriusa at bluewin dot ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2005-11-13 20:20:34
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24733