[Bug 9924] New: SysIPAddress32 dialog item glitch
http://bugs.winehq.org/show_bug.cgi?id=9924 Summary: SysIPAddress32 dialog item glitch Product: Wine Version: 0.9.46. Platform: PC URL: http://flatassembler.net/examples/quetannon.zip OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P3 Component: wine-comctl32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: bozonstrick(a)rambler.ru The IP Address field (SysIPAddress32 dialog item) lets type into it only 2 digits in front of/behind/between periods instead of 3, e.g. I get 19.16.20.17 instead of 192.168.202.17. The example program, "quetannon", is written on the flat assembler language (http://www.flatassembler.net/). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9924 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Lei Zhang <thestig(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9924 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maurelioc(a)astrotec.com.br --- Comment #2 from Lei Zhang <thestig(a)google.com> 2007-10-30 13:35:58 --- *** Bug 10244 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9924 --- Comment #3 from Marco Aurelio <maurelioc(a)astrotec.com.br> 2007-10-31 11:40:23 --- Refering to bug 10244, how could I especify a font that fits into the field inside wine? The same executable works fine in Windows. The font problem is running on wine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9924 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phobieweb(a)yahoo.de --- Comment #4 from Lei Zhang <thestig(a)google.com> 2007-12-28 13:10:47 --- *** Bug 10918 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9924 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Difficulty|Hours |--- Keywords| |download --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2007-12-28 13:22:37 --- As a workaround, you can increase the screen resolution DPI in winecfg. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9924 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-06-05 08:44:15 --- *** Bug 11386 has been marked as a duplicate of this bug. *** -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9924 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |normal --- Comment #7 from Dan Kegel <dank(a)kegel.com> 2008-06-05 08:45:27 --- winetricks cc580 is also a good workaround, so it's not a font problem. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9924 --- Comment #8 from Lei Zhang <thestig(a)google.com> 2008-06-06 00:20:55 --- Sure it is, native comctl32 use a different font. Patch sent: http://www.winehq.org/pipermail/wine-patches/2008-June/055599.html -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9924 Sylvain Petreolle <spetreolle(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle(a)yahoo.fr -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9924 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9924 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Lei Zhang <thestig(a)google.com> 2008-06-26 11:37:43 --- Slightly different patch committed: http://www.winehq.org/pipermail/wine-cvs/2008-June/044706.html -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9924 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2008-06-27 09:51:17 --- Closing bugs fixed in 1.1.0. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=9924 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2008-06-27 09:51:17 CDT --- Closing bugs fixed in 1.1.0. -- 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.
participants (1)
-
wine-bugs@winehq.org