[Mono-bugs] [Bug 330500] ComboBox: lookup form is not activated

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 28 16:29:01 EST 2008


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

User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=330500#c2


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
         AssignedTo|mono-bugs at lists.ximian.com                      |avidigal at novell.com




--- Comment #2 from Jonathan Pobst <jpobst at novell.com>  2008-01-28 14:29:01 MST ---
This is a focus issue.  After the new form is shown, the old form continues its
Tab logic, which is to set the focus on the next control.  However, on Windows,
calling SetFocus on a control also brings the control's Form into focus.  So we
need a check after the OnValidating call to ensure that our Form is still
focused.  If it is not, we need to abort changing the focus.  I assume Andreia
best knows where to put this check.


-- 
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