[Mono-bugs] [Bug 348603] New: Bug in SelectedIndex property of ListBox

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 13 18:06:02 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=348603


           Summary: Bug in SelectedIndex property of ListBox
           Product: Mono: Class Libraries
           Version: SVN
          Platform: i686
        OS/Version: RHEL 4
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: Dan.Maser at inin.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


I'm using the lastest SVN source as of 12/13/2007 and running mono on RHEL 4.

I notice that the SelectedIndex property isn't working correctly on the
ListBox.  I will attach my simple test project. Run it and take the following
steps:

1. When you run the test app there are entries in a ListBox.
2. Select one in the middle and click the "Remove Sel" button.  The code behind
that button will delete the selected item and attempt to put the selection back
on that same index (or the previous index if the selected row was the last
one).
3. It works on MS .NET but doesn't work on mono.


-- 
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