Bug 471754

Summary: DataGridView: Crash when editing cells
Product: [Mono] Mono: Class Libraries Reporter: Mario Carrion <mcarrion>
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: SVN   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 468504    
Attachments: Example.
Output

Description Mario Carrion 2009-02-02 23:05:59 UTC
1. Compile attached code.
2. Run.
3. Edit any editable cell, either edit the first cell and press enter or select an item from the combobox cell and the focus a different cell.
4. Crash.

I think this is a regression because wasn't failing days ago.
Comment 1 Mario Carrion 2009-02-02 23:07:58 UTC
Created attachment 269430 [details]
Example.
Comment 2 Mario Carrion 2009-02-02 23:08:37 UTC
Created attachment 269433 [details]
Output
Comment 3 Forgotten User CRPsQFwJ3b 2009-02-02 23:38:15 UTC
Ah! Good catch! Fixed in r125440 in trunk and in r125445 in 2.4 branch.