[Mono-bugs] [Bug 78348][Nor] Changed - Context menu focus behavior

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun May 21 23:25:23 EDT 2006


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 peter at novonyx.com.

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 atsushi at ximian.com  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 peter at novonyx.com  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.


More information about the mono-bugs mailing list