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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=351568#c9


Sebastien Pouliot <[EMAIL PROTECTED]> changed:

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




--- Comment #9 from Sebastien Pouliot <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to