http://bugzilla.novell.com/show_bug.cgi?id=520764
Summary: calling RadioButton.Select isn't setting Checked
Property to true .NET difference.
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
Found By: ---
Created an attachment (id=304190)
--> (http://bugzilla.novell.com/attachment.cgi?id=304190)
Test Program showing bug with RadioButton.Select() Method
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11)
Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11
The following doesn't work on mono:
var v = new RadioButton();
Form f = new Form();
f.Controls.Add(v);
v.Select();
Assert(v.Checked == true);
Attaching Test program
Reproducible: Always
Steps to Reproduce:
1. Compile and Run test program
2.
3.
Actual Results:
v.Checked : False
v.Checked : False
Expected Results:
v.Checked : False
v.Checked : True
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs