[Mono-bugs] [Bug 79815][Nor] New - Trackbar.Width should be ignored until handle is created

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 3 05:55:30 EST 2006


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 gert.driesen at pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=79815

--- shadow/79815	2006-11-03 05:55:30.000000000 -0500
+++ shadow/79815.tmp.2935	2006-11-03 05:55:30.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 79815
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Trackbar.Width should be ignored until handle is created
+
+When TrackBar.Orientation is set to Vertical, then until the handle of 
+the TrackBar is created any changes to TrackBar.Width should be ignored 
+and both the height and the width of the TrackBar should be assigned the 
+value of the Height property.
+
+This appears to be the MS behavior.
+
+To reproduce, compile and run the attached code snippet.
+
+Expected result:
+
+On start-up, both the height and width of the trackbar are 50.
+
+Actual result:
+
+The height of the trackbar is 80 and the width is 100.


More information about the mono-bugs mailing list