[Mono-bugs] [Bug 442181] New: Bug in DataGridViewRowCollection.cs
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Nov 6 04:08:41 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=442181
Summary: Bug in DataGridViewRowCollection.cs
Product: Mono: Class Libraries
Version: 2.0
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: marcus at in-process.se
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Description of Problem:
In method: "internal void Sort (IComparer comparer)"
on row: 517: "list.Sort (0, Count - 1, comparer);"
It crashes if number of rows is zero which is kinda obvious.
Some sort of control needs to be done prior to this method.
Steps to reproduce the problem:
1. Sort a datagridview with zero rows
2.
Actual Results:
Expected Results:
How often does this happen?
Additional Information:
--
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