[Mono-bugs] [Bug 685416] Crash when I click custom button with image on navigation bar

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 21 17:43:10 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=685416#c1


Geoff Norton <gnorton at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Geoff Norton <gnorton at novell.com> 2011-04-21 21:43:10 UTC ---
You have dangled a delegate off your UIButton:


                        bBtn.TouchUpInside += OnBackClicked;

but you allow the managed proxy of the button to be collected when you return
from CreateNavBar, and only the ObjC side persists.  Keep a reference in
managed to the button as long as it needs to be clickable.

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