[Mono-bugs] [Bug 321164] CheckedListBox does not track checked items correctly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jun 22 03:10:54 EDT 2008


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

User bgmerrell at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=321164#c1


Brian Merrell <bgmerrell at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |bgmerrell at novell.com, rawang at novell.com
             Status|RESOLVED                                        |REOPENED
         OS/Version|Other                                           |openSUSE 11.0
           Platform|Other                                           |x86
         Resolution|FIXED                                           |
            Version|unspecified                                     |1.9.0




--- Comment #1 from Brian Merrell <bgmerrell at novell.com>  2008-06-22 01:10:53 MDT ---
SUMMARY

Seeing this in version 1.9.1-6.1.  When a checkbox in a checkedlistbox is
checked it's not getting tracked properly.

REPRO

1.  Run 'make' in source/trunk/winforms/checkedlistbox
2.  Run source/trunk/winforms/checkedlistbox/swf-checkedlistbox-checked.exe
3.  Click the checkbox next to "this is item 0" (in the top left corner). 
Notice that the box gets checked and the message is updated at the bottom of
the window.
4.  Click the checkbox next to "this is item 0" again.  Notice that the box
gets cecked and the message is updated once again.

RESULTS

After step 3, the message indicates that no check boxes are checked even though
the checkbox next to "this is item 0" is checked.

After step 4, the message idicates that index 0 is checked, however, it has
been unchecked.

EXPECTED RESULTS

index 0 should report that it is checked after step 3.

index 0 should report that is is not checked after step 4.

COMMENTS

This is an issue for all the CheckedListBoxes I've tested, not just the ones
specifically.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list