http://bugs.winehq.org/show_bug.cgi?id=9924
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Lei Zhang thestig@google.com 2007-10-16 19:50:43 --- This is happening because the font used on Wine is wider than the font used on Windows. When you try to type 3 numbers into an IP field, it does not fit. As a result, the code for the edit control [1] cuts off the last digit.
[1] http://source.winehq.org/source/dlls/user32/edit.c?v=wine-0.9.47#L3267