http://bugs.winehq.org/show_bug.cgi?id=16597
Summary: Wrong detection of SelAttributes in RichEdit Product: Wine Version: 1.1.11 Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: richedit AssignedTo: wine-bugs@winehq.org ReportedBy: teach2000@basement.nl
Created an attachment (id=18124) --> (http://bugs.winehq.org/attachment.cgi?id=18124) Application to show behavior of RichEdit
Open the attached Project10.exe. This is an test executable to demonstrate the RTF problem.
Three text boxes are visible: Text box 1: Plain text where you can enter BBCode. Text box 2: RichEdit that converts the BBCode to display it WYSIWYG. Text box 3: The opposite, this plain text memo displays the BBCode from 2. This BBCode should be the same as the BBCode from 1.
Steps: Clear the first text box. Enter the text 'test'. Exp: The third text box displays 'test'. Act: The third text box displays '[i][/red]t[/red]e[/red]s[/red]t[/red]'.
This is a big problem for the application Teach2000 under Wine.
Wine version: 1.1.11 WineTricks: wget http://kegel.com/wine/winetricks && sh winetricks allfonts gecko riched20 msxml3 Suse Linux 10.2 Project10.exe is built with Delphi 2007