[Mono-bugs] [Bug 325433] MDI Form: Cascade does not resize windows

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 22 05:04:33 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=325433#c3


Andy Hume <andyhume32 at yahoo.co.uk> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|RESOLVED                                        |REOPENED
         Resolution|FIXED                                           |




--- Comment #3 from Andy Hume <andyhume32 at yahoo.co.uk>  2007-10-22 03:04:33 MST ---
The windows are now resized.  However two further fixes are required.  Firstly
the size of the container isn't measured correctly, thus wrapping the cascade
back to the top-left on overflow does not occur at the right times (when child
overruns parent).

Secondly, there is no minimum bound put on the height of the child windows. 
Thus if the parent form is very small then the windows are made smaller than
the height of the title bar.  Bad news!  (The width of the parent form seems
bounded, so no need to bound width there...?)

See attached patch for suggested fixes.


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