[Mono-bugs] [Bug 441240] TextBox inside containercontrol does not receive focus

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 8 13:45:40 EST 2008


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

User contact at i-nz.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=441240#c3


Ivan Zlatev <contact at i-nz.net> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |contact at i-nz.net




--- Comment #3 from Ivan Zlatev <contact at i-nz.net>  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.


More information about the mono-bugs mailing list