http://bugs.winehq.org/show_bug.cgi?id=9813
Summary: Clipboard deleted Product: Wine Version: 0.9.45. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: stanwell@gmx.de
There is a problem with writing Text to Clipboard. When closing a program (compiled with VB6 or C++) that has copied/written text to clipboard, then the clipboard is completely cleared out.
This affects functions like
- Clipboard.SetText (VB6) - CopyToClipboard (C++) - setClipboardContents ...