[Mono-bugs] [Bug 351568] Office ribbon - drop down list closes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 13 11:42:07 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=351568

User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=351568#c7





--- Comment #7 from Sebastien Pouliot <spouliot at novell.com>  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.


More information about the mono-bugs mailing list