Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78348 --- shadow/78348 2006-05-21 23:17:01.000000000 -0400 +++ shadow/78348.tmp.26993 2006-05-21 23:25:23.000000000 -0400 @@ -63,6 +63,13 @@ focused Form when the context menu is popped up, while we can't on Mono. ------- Additional Comments From [EMAIL PROTECTED] 2006-05-21 23:17 ------- Created an attachment (id=17081) Win32 fix for this bug + MainMenu as well, renaming OnClick->OnMouseDown as it is confusing + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-21 23:25 ------- +The fix for activation/focus on menu is wrong. We can't just avoid +activating the window, we need to create it with different styles so +the Windows doesn't try to activate. That's usually done by making it +a child of a certain type of window, our FosterParent should be of +that type. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
