Bug 574259

Summary: Cells under DataGridViewCheckBoxColumn in DataGridView doesn't supprot press key to check and uncheck
Product: [Mono] Mono: Class Libraries Reporter: calen chen <cachen>
Component: Windows.FormsAssignee: Mono Bugs <mono-bugs>
Status: RESOLVED FIXED QA Contact: Mono Bugs <mono-bugs>
Severity: Normal    
Priority: P5 - None CC: forgotten_CRPsQFwJ3b
Version: 2.6.x   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.2   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: sample datagridview.py

Description calen chen 2010-01-27 10:07:49 UTC
Created attachment 339070 [details]
sample datagridview.py

+++ This bug was initially created as a clone of Bug #574257 +++

REPRO:

1. Please run the attachment IronPython sample(with IPCE installed)
2. Move focus to cells under checkbox column , 
3. Press key 'Space' or 'Return' to change the cell's bool value

RESULTS:

press key couldn't change the checkbox cell to checked or unchecked

EXPECTED RESULTS:

Cells under DataGridViewCheckBoxColumn should support key navigation to check or uncheck
Comment 1 Forgotten User CRPsQFwJ3b 2010-02-25 14:51:45 UTC
Fixed in trunk in r152472. Please close this bug. I don't see why a DataGrid bug has a dependency on this DataGridView bug.
Comment 2 calen chen 2010-03-01 09:01:58 UTC
Ah..sorry, this bug was cloned of bug 574257, please ignore the dependency. :)
Comment 3 Forgotten User CRPsQFwJ3b 2010-03-01 18:50:42 UTC
No worries. Marking as fixed.