http://bugs.winehq.org/show_bug.cgi?id=14705
Summary: Patch for Wordpad that fixes some glaring issues on Windows and Reactos Product: Wine Version: unspecified Platform: Other OS/Version: Windows Vista Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: roelmessiant@gmail.com CC: roelmessiant@gmail.com
Created an attachment (id=15191) --> (http://bugs.winehq.org/attachment.cgi?id=15191) Patch for Wordpad
The following issues are resolved:
- Junk in the statusbar when text has been entered - Message boxes with junk - Message boxes without their messages being loaded - Incorrect behaviour when setting a new text size - Minor system color brush abuse
TODO
- Trying to make sense of this 50% ANSI and 50% Unicode code - Finding out why a refresh of the rebars takes upto 10 sec
The symptoms occur on Windows and Reactos, some only occur when UNICODE is defined. This patch is a slight modification of Reactos bug 3612, which was not accepted there because "it is Wine code, and we don't accept patches for Wine code" Reference http://www.reactos.org/bugzilla/show_bug.cgi?id=3612
Enjoy