http://bugs.winehq.com/show_bug.cgi?id=863
Summary: Listview report style shows right end of text not left end Product: Wine Version: CVS Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.com ReportedBy: galberte@neo.lrun.com
When drawing subItem text in LVS_REPORT style, if the text is longer than the rectangle, only the right portion of the text displays. Using the native controls, the left end of the text displays follow by "...".
How to cause: 1. Using notepad or other simple program, get the fileopen dialog. 2. Hit the "Details" icon (rightmost icon). Or right click in the box area and select the "Details" view. 3. Adjust the header field length till not all the text can fit.
The native control uses lots of GetTextExtentPoint to find the amount of text to fit with the ellipse. We could use DrawText like the Header control.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=863. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.