http://bugs.winehq.org/show_bug.cgi?id=21842
Summary: IShellBrowser/IComDlgBrowser Listview header not draw correctly Product: Wine Version: 1.1.39 Platform: x86 URL: http://www.secureneterm.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: support@securenetterm.com
The header bar of an IShellBrowser/IComDlgBrowser listview is not drawn correctly when the detail view mode (FVM_DETAILS) is selected. On the initial display, the area where the header bar should be is blank (white). If you drag the mouse over the area where the header should be, the header bar is drawn in the area under the mouse. If you then minimize or do anything that causes a repaint of the listview, the header bar goes away.
Testing indicates using the comctl32.dll AND/OR uxtheme.dll in native mode resolves the issue.
This can be seen using the following demo application (including source) at:
http://www.codeproject.com/KB/shell/explorer.aspx?df=100&forumid=2239&am...