[Mono-bugs] [Bug 339641] New: Form: Calling Show should pass focus to child control
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 6 15:47:57 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=339641
Summary: Form: Calling Show should pass focus to child control
Product: Mono: Class Libraries
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at ximian.com
ReportedBy: calberto.cortez at gmail.com
QAContact: mono-bugs at ximian.com
Found By: ---
Calling Form.Show () -in absence of Application.Run call- should move focus to
a child control (thus the first child control should get a GotFocused event).
Obviosuly in this scenario the form will only appear for a second, but the
child control should receive the focus anyway.
Take a look at the attached sample.
In the console a "Control got focus." message should appear, but in Mono we
don't get that message.
--
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