http://bugs.winehq.org/show_bug.cgi?id=11861 Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|programs |fonts --- Comment #3 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2008-03-09 16:36:42 --- That's a fonts problems - the edit control passes the correct string to TextOutW (and one can see that the listview uses a different font - that's probably why it works). I don't know if this failes because of a lack of Windows-compatible Chinese fonts in Wine or a bug e.g. in font linking or 'MS Shell Dlg' mapping. What is definitely a bug is that GetTextExtentPoint32W computes 10 pixels for the ':' replacement character while in fact it's shorter. This is why there is a gap after :: and if one types some recognisable charaters (e.g. 'a') after it then the cursor position will be out-of-sync with the character being edited. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.