http://bugs.winehq.org/show_bug.cgi?id=16590
Summary: USP10: Lines not breaking properly Product: Wine Version: 1.1.11 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P3 Component: usp10 AssignedTo: wine-bugs@winehq.org ReportedBy: epp.8@osu.edu
Created an attachment (id=18116) --> (http://bugs.winehq.org/attachment.cgi?id=18116) Filepicker in Wine with builtin usp10.dll
Wine's implementation of USP10 doesn't break lines correctly. I first hit this bug in the Audiosurf filepicker, but I'd imagine it's found elsewhere, as well. Rather than each item having its own line, it's all on one line with no spaces between. Overriding with the native dll displays proper behavior. I made a relay and trawled through it; I'd imagine the culprit is probably ScriptBreak() in dlls/usp10/usp10.c.
Attached is a picture of the behavior that Wine produces (I imagine that the proper behavior is self-evident :).