[Mono-bugs] [Bug 397943] Control.SetBounds ignores BoundsSpecified

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 10 15:09:25 EDT 2008


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

User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=397943#c1


Jonathan Pobst <jpobst at novell.com> changed:

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




--- Comment #1 from Jonathan Pobst <jpobst at novell.com>  2008-06-10 13:09:25 MDT ---
Fixed in r105357 and r105470.  Thanks for the report and test case!

2008-06-09  Jonathan Pobst  <monkey at jpobst.com>

        * Control.cs: Fill in the defaults for unspecified bounds in SetBounds.
        [Fixes bug #397943]

2008-06-09  Jonathan Pobst  <monkey at jpobst.com>

        * DefaultLayout.cs, TableLayout.cs, FlowLayout.cs: Use
SetBoundsCoreInternal
        instead of SetBounds.

2008-06-09  Jonathan Pobst  <monkey at jpobst.com>

        * ControlTest.cs: Add test for bug #397943.


2008-06-10  Jonathan Pobst  <monkey at jpobst.com>

        * Control.cs: Make a SetBoundsInternal that avoids the new
        SetBounds code.
        * ComboBox.cs, Form.cs, ListBox.cs, ScrollableControl.cs: Use
        SetBoundsInternal instead of SetBoundsCoreInternal.

2008-06-10  Jonathan Pobst  <monkey at jpobst.com>

        * DefaultLayout.cs, TableLayout.cs, FlowLayout.cs: Use
SetBoundsInternal
        instead of SetBoundsCoreInternal.


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