http://bugs.winehq.org/show_bug.cgi?id=17692
Summary: listview doesn't redraw the area right from the rightmost column Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: matthias.kupfer@informatik.tu-chemnitz.de
The problem is caused in LISTVIEW_Refresh around "if (prcErase) {". Almost all WM_PAINT messages use NULL for prcErase, therefore the background isn't repaint correctly, because the columns are redrawn by an iterator and the remaining space seems to be left unattanded... An unconditional LISTVIEW_FillBkgnd(infoPtr, hdc, clientrect); could solve the problem, but I'm not sure, if this is an appropriate suggestion.
http://bugs.winehq.org/show_bug.cgi?id=17692
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2009-03-29 10:26:09 --- I can't reproduce this with ControlSpyV5. A problem for me is that on LVS_REPORT style no background should be visible between lines: fill only should appear as icon background, 'right from rightmost column' and after the last item.
Mattias, could you specify an exact application affected by this or a way to reproduce it (a set of style and exstyle flags and any other settings needed)?
P.S. background issue is present anyway. I'll try to fix it as I'll have time.
http://bugs.winehq.org/show_bug.cgi?id=17692
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2009-05-22 17:55:54 --- Hi, Matthias.
Could you test again with 1.1.22 for this issue? Providing some test application will be nice.
http://bugs.winehq.org/show_bug.cgi?id=17692
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2009-06-20 18:27:46 --- (In reply to comment #2)
Hi, Matthias.
Could you test again with 1.1.22 for this issue? Providing some test application will be nice.
Same question for 1.1.24.
http://bugs.winehq.org/show_bug.cgi?id=17692
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #4 from Austin English austinenglish@gmail.com 2010-06-04 15:45:50 --- No response in over 11 months, marking abandoned. If this is still an issue in current (1.2-rc2 or newer) wine, and you can provide the needed information, feel free to reopen.
http://bugs.winehq.org/show_bug.cgi?id=17692
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2010-06-04 15:46:20 --- Closing.