[Mono-bugs] [Bug 665739] New: NSViewAnimation.AnimationDidEnd delegate fails to animate

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jan 20 00:52:14 EST 2011


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: gnorton at novell.com
        ReportedBy: duane at wandless.net
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list