http://bugs.winehq.org/show_bug.cgi?id=27724
Summary: Listview: wrong text width 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
when trying to change the text of the item, the width of the edit control is always larger than expected with an useless area, see attached err_wine_3.PNG and err_win_3.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=27724
--- Comment #1 from Carlo Bramini carlo.bramix@libero.it 2011-07-08 06:05:43 CDT --- This bug has been splitted in bugs 27722, bug 27723 and bug 27724. All tests have been redone with versione 1.3.21.
An additional information: on Windows, instead of compiling with in system comctl32, I included the source code of WINE's conctl32 instead and I compiled it as a standalone executable. In that manner, on Windows I could see the same exact defects I saw on linux with WINE, so I think that all problems are limited to common controls sources.
http://bugs.winehq.org/show_bug.cgi?id=27724
--- Comment #2 from Carlo Bramini carlo.bramix@libero.it 2011-07-08 06:10:21 CDT --- Created an attachment (id=35477) --> (http://bugs.winehq.org/attachment.cgi?id=35477) Expected result in Windows (test 3)
http://bugs.winehq.org/show_bug.cgi?id=27724
--- Comment #3 from Carlo Bramini carlo.bramix@libero.it 2011-07-08 06:10:48 CDT --- Created an attachment (id=35478) --> (http://bugs.winehq.org/attachment.cgi?id=35478) Wrong result in WINE (test 3)
http://bugs.winehq.org/show_bug.cgi?id=27724
--- Comment #4 from Carlo Bramini carlo.bramix@libero.it 2011-07-08 06:11:15 CDT --- Created an attachment (id=35479) --> (http://bugs.winehq.org/attachment.cgi?id=35479) Test programme and its source code
http://bugs.winehq.org/show_bug.cgi?id=27724
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase
http://bugs.winehq.org/show_bug.cgi?id=27724
Sylvain Petreolle spetreolle@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle@yahoo.fr
http://bugs.winehq.org/show_bug.cgi?id=27724
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |djelinski1@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=27724
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #5 from super_man@post.com --- Still an issue, the patch http://source.winehq.org/patches/data/114675 fixes the issue.
wine 1.7.51
https://bugs.winehq.org/show_bug.cgi?id=27724
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=27724
timmay2019 timlaverack@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |timlaverack@gmail.com
--- Comment #6 from timmay2019 timlaverack@gmail.com --- Still an issue in Wine 2.0. Is the patch still good?
https://bugs.winehq.org/show_bug.cgi?id=27724
Matheus Marinho matheus4551@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matheus4551@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=27724
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com Keywords| |source
https://bugs.winehq.org/show_bug.cgi?id=27724
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #7 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.