[Mono-bugs] [Bug 360862] New: ComboBox doesn't calculate its height after CreateHandle
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Feb 11 20:43:13 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=360862
Summary: ComboBox doesn't calculate its height after CreateHandle
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: jdpurcell2 at yahoo.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
ComboBox should adjust its height to fit the font after CreateHandle. Attached
is a sample app to demonstrate the issue. Output on MS.NET 2.0 is 21, 30.
Output on Mono is 21, 21. This isn't a problem for apps made with Visual
Studio's form designer, though, because each control's Size property is set and
ComboBox adjusts to the correct height in SetBoundsCore with
BoundsSpecified.Height.
--
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