[Mono-bugs] [Bug 533291] New: Copy and Paste works within an application, but not between applications
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Aug 21 11:32:26 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=533291
Summary: Copy and Paste works within an application, but not
between applications
Classification: Mono
Product: Mono: Runtime
Version: 2.4.x
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: mono at jamiehill.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=314572)
--> (http://bugzilla.novell.com/attachment.cgi?id=314572)
Simple Windows Form app which allows for demonstration of copy / paste
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.2)
Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
I am having an issue with copy and paste between a mono application and other
applications. I am able to copy and paste text from one field to another
within an app using the mono runtime. However, the copied text is not
available to any other applications. The same is true for pasting -- If I copy
text to the clipboard from an app and attempt to paste it into the mono runtime
app the copied text is not available. It seems is an application specific
clipboard is being utilized instead of the system clipboard.
Reproducible: Always
Steps to Reproduce:
1. mono MonoCopyPateExample.exe
2. select some text in TextBox 1
2. Use ctrl-click on the text field to access copy/paste context menu
3. Click Copy
4. ctrl-click on the TextBox 2 text field
5. Click Paste
(Above demonstrates copy/paste working within the app.)
6. Launch any app capable of taking text input. In my case I used TextEdit
7. ctrl-click in area capable of receiving text input
8. Select paste
Actual Results:
You will not see the text you copied from the mono app.
Expected Results:
It should have displayed the text copied from the mono app.
I've tried this in several different mono run time apps all with the same
result.
Mono version:
Mono JIT compiler version 2.4.2.3 (tarball Mon Jul 27 11:01:22 MDT 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: normal
GC: Included Boehm (with typed GC)
SIGSEGV: normal
Notification: Thread + polling
Architecture: x86
Disabled: none
Operating System is OS X version 10.5.8
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list