[Mono-bugs] [Bug 485463] New: DataGridViewCheckBoxColumn crashed application
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Mar 15 22:03:00 EDT 2009
https://bugzilla.novell.com/show_bug.cgi?id=485463
Summary: DataGridViewCheckBoxColumn crashed application
Classification: Mono
Product: Mono: Class Libraries
Version: 2.2.x
Platform: i586
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: tsai at pinnacle.com.tw
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=279665)
--> (https://bugzilla.novell.com/attachment.cgi?id=279665)
visual studio 2005 source code
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.0.7)
Gecko/2009021910 Firefox/3.0.7
DataGridViewCheckBoxColumn on .net ok, but mono (2.0.1 and 2.2) on SUSE 11.1
abnormal
click CheckBox on dataGridView1, program crashed (only mono 2.2)
CheckBox's value can be modified (mono 2.0.1 and mono 2.2) even though
dataGridView1.ReadOnly is true.
Reproducible: Always
Steps to Reproduce:
1.run program
2.click CheckBox
3.
Actual Results:
CheckBox can be modified even though dataGridView1.ReadOnly is true;
--
Configure bugmail: https://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