[Mono-bugs] [Bug 325122] Form: Resize event not fired on minimize

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Nov 24 09:20:57 EST 2007


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





--- Comment #1 from Srikanth Madikeri <csri_1986 at yahoo.com>  2007-11-24 07:20:57 MST ---
Created an attachment (id=184606)
 --> (https://bugzilla.novell.com/attachment.cgi?id=184606)
windows patch for the bug

Problem was : an if(WindowState != FormWindowState.Minimized) check in
WmWindowPosChanged() caused minimize-actions to go un-notified. I tried
removing this check allowing all WM_WINDOWPOSCHANGE messages to be handled by
DefWndProc()
in Control.cs

The patch looks ok. 

This patch is only a fix for Windows. Patches for X11 and Mac awaits


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


More information about the mono-bugs mailing list