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.
http://bugs.winehq.org/show_bug.cgi?id=27723
--- Comment #1 from Carlo Bramini carlo.bramix@libero.it 2011-07-08 06:07:43 CDT --- Created an attachment (id=35474) --> (http://bugs.winehq.org/attachment.cgi?id=35474) Expected result in Windows (test 2)
http://bugs.winehq.org/show_bug.cgi?id=27723
--- Comment #2 from Carlo Bramini carlo.bramix@libero.it 2011-07-08 06:08:17 CDT --- Created an attachment (id=35475) --> (http://bugs.winehq.org/attachment.cgi?id=35475) Wrong result in WINE (test 2)
http://bugs.winehq.org/show_bug.cgi?id=27723
--- Comment #3 from Carlo Bramini carlo.bramix@libero.it 2011-07-08 06:08:43 CDT --- Created an attachment (id=35476) --> (http://bugs.winehq.org/attachment.cgi?id=35476) Test programme and its source code
http://bugs.winehq.org/show_bug.cgi?id=27723
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase
http://bugs.winehq.org/show_bug.cgi?id=27723
Sylvain Petreolle spetreolle@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle@yahoo.fr
http://bugs.winehq.org/show_bug.cgi?id=27723
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |djelinski1@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=27723
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #4 from super_man@post.com --- I think this is actually fixed, but the icons are still missing.
wine 1.7.51
https://bugs.winehq.org/show_bug.cgi?id=27723
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Severity|normal |trivial
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to super_man from comment #4)
I think this is actually fixed, but the icons are still missing.
Not really, in Wine it still groups the long text in a single line while editing, in Windows it will show the text split in 2 lines as seen on the screenshots.
https://bugs.winehq.org/show_bug.cgi?id=27723
--- Comment #6 from super_man@post.com --- (In reply to Bruno Jesus from comment #5)
(In reply to super_man from comment #4)
I think this is actually fixed, but the icons are still missing.
Not really, in Wine it still groups the long text in a single line while editing, in Windows it will show the text split in 2 lines as seen on the screenshots.
You are right the keyword is edit. They do split multilines while having focus and not edited.
https://bugs.winehq.org/show_bug.cgi?id=27723
timmay2019 timlaverack@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |timlaverack@gmail.com
--- Comment #7 from timmay2019 timlaverack@gmail.com --- Still an issue in Wine 2.0
https://bugs.winehq.org/show_bug.cgi?id=27723
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang@codeweavers.com
--- Comment #8 from Zhiyi Zhang zzhang@codeweavers.com --- Still in wine-3.5-91-g3263d51a1f
https://bugs.winehq.org/show_bug.cgi?id=27723
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=27723
Matheus Marinho matheus4551@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matheus4551@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=27723
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #9 from joaopa jeremielapuree@yahoo.fr --- With wine-8.6 (and surely before), bug regressed. One can modify the item name. So retesting this bug is impossible.