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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed May 14 15:32:45 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#c9


Sebastien Pouliot <spouliot at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
 Attachment #214818|0                                               |1
        is obsolete|                                                |




--- Comment #9 from Sebastien Pouliot <spouliot at novell.com>  2008-05-14 13:32:44 MST ---
Created an attachment (id=215294)
 --> (https://bugzilla.novell.com/attachment.cgi?id=215294)
test case

Basically if we add an MouseLeftButtonUp event listener during the processing
of a ButtonUp event [1] then it should not trigger until the next ButtonUp
event

[1]
function RectButtonUp (sender, mouseEventArgs)
{
        sender.findName ("canvas").AddEventListener ("MouseLeftButtonUp",
"CanvasButtonUp")
}


-- 
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