http://bugs.winehq.org/show_bug.cgi?id=17205
Summary: MessageBoxes doesn't have the copy(Ctrl-C) feature which exists on Windows. Product: Wine Version: 1.1.14 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: trivial Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: diaasami@gmail.com
Created an attachment (id=19116) --> (http://bugs.winehq.org/attachment.cgi?id=19116) Source of a simple app that shows a messagebox
On Windows, When pressing Ctrl-C with a standard messagebox focused, the caption and contents are copied to the clipboard(as text), this doesn't happen with Wine's messageboxes.
When running the attached application and pressing Ctrl-C with the messagebox focused on Windows, the following is copied into the clipboard: --------------------------- Caption --------------------------- Test --------------------------- OK ---------------------------