[Mono-bugs] [Bug 520764] New: calling RadioButton.Select isn't setting Checked Property to true .NET difference.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jul 9 14:37:08 EDT 2009
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: mono-bugs at lists.ximian.com
ReportedBy: tom_hindle at sil.org
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list