https://bugzilla.novell.com/show_bug.cgi?id=665739
https://bugzilla.novell.com/show_bug.cgi?id=665739#c0 Summary: NSViewAnimation.AnimationDidEnd delegate fails to animate Classification: Mono Product: MonoMac Version: GIT Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Bindings AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.634.0 Safari/534.16 See attached test case: anim.AnimationDidEnd += delegate(object sender, EventArgs e) { projectListController.View.RemoveFromSuperview(); }; When using the delegate the animation never works. When using a subclass os NSAnimationDelegate and overriding AnimationDidEnd, the animation works as expected. Reproducible: Always -- 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
