On Thu, 24 Oct 2002, Dimitrie O. Paun wrote:
On October 24, 2002 03:01 pm, Francois Gouget wrote:
It happened when I moved the left edge of the 'Type' column. This resizes the first column and moves all the other columns. I retested with X7 to confirm that the issue is still there and noticed that similar redraw issues occurred when I move/resize other columns.
There is no reason for that column to get corrupted, as it gets ScrollWindowEx'ed. I think you are hitting this bug:
http://bugs.winehq.org/show_bug.cgi?id=1091
It's very, very easy to hit it if you play around with the column width, since you are doing a lot of iterleaved InvalidateRect & ScrollWindowEx.
Possible. I found an easier way to reproduce: just start notepad.exe, Go to the file open dialog, and put it in 'Details' mode. Then you get a header and can play with the column widths. If that's the same bug as 1091 it may be worth mentioning this as a way to reproduce the issue in the bug report.