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


           Summary: BringToFront vs SDI
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


If BringToFront is called on a top level window in an SDI app it will have no
parent so BringToFront will call XplatUI.SetZOrder with IntPtr.Zero as the
AfterhWnd argument. AfterhWnd will then call XplatUICarbon.SetZOrder which
winds up trying to dereference the null pointer.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to