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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to