https://bugzilla.novell.com/show_bug.cgi?id=341314
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=341314#c8 Andreia Gaita <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #8 from Andreia Gaita <[EMAIL PROTECTED]> 2008-02-07 19:28:30 MST --- Fixed on r95215 There is one thing that I won't fix, which is the control that gets focused when the popup form closes. In .NET, for some reason I cannot fathom, no control gets the focus, or rather, the Panel gets the focus. Only, Panels cannot be focused, as they are not containers and they are marked explicitely as CanSelect = false. How they can have a Panel be the ActiveControl on a form is completely mindboggling, especially since the form has focusable controls that can be selected (?!?) :p If I implement that, besides being a complete hack, I'd probably break all the focus behaviour for this one corner case. So, for us, focus goes to the next available control, which is the quit button. Thx for the great testcase :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
