http://bugs.winehq.org/show_bug.cgi?id=27723
Summary: Listview: no multiline edit on long text Product: Wine Version: 1.3.21 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: carlo.bramix@libero.it
The edit control created for changing icon text is not multiline and it does not separate words to different lines if they are longer than expected, see attached err_wine_2.PNG and err_win_2.PNG images. The test programme has been compiled in MinGW with the command:
gcc testlv.c -o testlv.exe -O2 -mwindows -s -lcomctl32
This report has been splitted from bug 26450.