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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=330500#c2


Jonathan Pobst <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
         AssignedTo|[email protected]                      |[EMAIL 
PROTECTED]




--- Comment #2 from Jonathan Pobst <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to