[Mono-bugs] [Bug 72762][Wis] Changed - Controls render improperly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 20 Feb 2005 03:41:13 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by ajfrantz@umich.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=72762
--- shadow/72762 2005-02-19 18:31:10.000000000 -0500
+++ shadow/72762.tmp.19614 2005-02-20 03:41:12.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 72762
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: AMD64 kernel 2.6.9 (Gentoo r6)
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: mono-bugs@ximian.com
ReportedBy: ajfrantz@umich.edu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: The button control renders improperly
+Summary: Controls render improperly
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
Using SVN from Feb. 19 ~2AM EST the button control fails to render properly
@@ -99,6 +99,15 @@
static void Main(string[] args)
{
Application.Run(new EventDemo());
}
}
+
+------- Additional Comments From ajfrantz@umich.edu 2005-02-20 03:41 -------
+Additionally it has been found that this problem only occurs on
+buttons with an odd width.
+
+Additionally it has been found that this problem occurs on controls
+other than the button (but not 100% certain how many other
+controls--the color dialog color picker is one though) with the same
+parameters (odd width == glitch, even width == fine).