https://bugzilla.novell.com/show_bug.cgi?id=351568
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=351568#c7 --- Comment #7 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-05-13 09:42:07 MST --- On Silverlight... - first button up, no breakpoint hit, popup is shown and stay visible - second button up (on button), breakpoint hit, sender name is "ID0E6D_Gallery" [1], popup is removed or - second button up (elsewhere on control), breakpoint hit, sender name is "CustomUI", popup is removed On Moonlight... - first button up, breakpoint hit, sender name is "CustomUI" (main canvas), popup is shown but do not stay visible [2] [1] this is the canvas that shows the popup menu, i.e. outside where the button up occurs (as far as moonlight debug shows). [2] from comment #5 we see that CustomUI gets added a MouseLeftButtonUp event. So it seems we're sending an event on the button when we should not. -- 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
