[Mono-bugs] [Bug 79469][Cos] New - "Continuous" ProgressBarStyle renders as "Blocks"
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 22 02:28:37 EDT 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 autumnspirit at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79469
--- shadow/79469 2006-09-22 02:28:37.000000000 -0400
+++ shadow/79469.tmp.16321 2006-09-22 02:28:37.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 79469
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Windows XP Professional
+Status: NEW
+Resolution:
+Severity:
+Priority: Cosmetic
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: autumnspirit at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: "Continuous" ProgressBarStyle renders as "Blocks"
+
+Description of Problem:
+Specifying ProgressBarStyle.Continuous for the ProgressBar.Style property
+still results in a progress bar which is rendered as discrete blocks.
+
+
+Steps to reproduce the problem:
+1. Create a Windows.Forms.ProgressBar.
+2. Assign ProgressBarStyle.Continuous to the Style property.
+3. Set the progress bar's value to something reasonable.
+
+Actual Results:
+Progress bar is represented using a series of blocks.
+
+Expected Results:
+Progress bar should be represented using a continuous bar.
More information about the mono-bugs
mailing list