[Mono-bugs] [Bug 396433] New: Nested TableLayoutPanels disappear
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jun 2 12:05:06 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=396433
Summary: Nested TableLayoutPanels disappear
Product: Mono: Runtime
Version: 1.9.0
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: Minor
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: filpolo at tin.it
QAContact: mono-bugs at lists.ximian.com
Found By: Other
Created an attachment (id=219564)
--> (https://bugzilla.novell.com/attachment.cgi?id=219564)
sample test program
If you create two TableLayoutPanels, the first of which is DockStyle.Top and
the second of which is inside one cell of the first and is DockStyle.Fill, then
the second panel is not sized correctly.
The attached sample code, when run under the Microsoft CLR displays a window
that has a panel with four quadrants on top of it, where the fourth quadrant is
itself divided in four quadrants.
When run under the MS CLR, the fourth quadrant correctly sizes to its contents.
When run under Mono, the fourth quadrant is much larger than needed. Also, part
of the panel border is clipped.
In the program where I first ran into this problem, controls in the second
TableLayoutPanel were also clipped.
--
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