https://bugzilla.novell.com/show_bug.cgi?id=321164
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=321164#c1 Brian Merrell <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED], [EMAIL PROTECTED] Status|RESOLVED |REOPENED OS/Version|Other |openSUSE 11.0 Platform|Other |x86 Resolution|FIXED | Version|unspecified |1.9.0 --- Comment #1 from Brian Merrell <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
