https://bugzilla.novell.com/show_bug.cgi?id=441240
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=441240#c3 Ivan Zlatev <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #3 from Ivan Zlatev <[EMAIL PROTECTED]> 2008-12-08 11:45:40 MST --- I have fixed the exception in r121016 Calberto, the way the datagridview works is that in: OnMouseDown in the currently clicked cell a editing control (e.g. textbox) is position and made visible, then focused. The problem with the textbox focus (even in a combobox editor control) is that the very first time you click the control is focused, but every time after that it doesn't get the focus (no | in the text field). Points of interest if you are looking into the problem are DataGridView.BeginEdit and DataGridViewTextEditingControl.PrepareEditingControlForEdit() -- 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
