[Mono-bugs] [Bug 396297] ComboBox: setting IntegralHeight to true doesn' t apply rounding
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 6 04:40:09 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=396297
User andyhume32 at yahoo.co.uk added comment
https://bugzilla.novell.com/show_bug.cgi?id=396297#c4
--- Comment #4 from Andy Hume <andyhume32 at yahoo.co.uk> 2008-06-06 02:40:09 MDT ---
Looks good, except for one corner case. :-> (How important is this anyway?)
See #3
1. set_Height 100
Normal case: (IH=true), set_Height=100 -> get_Height=87
Test case: IH=false, set_Height=100, get_Height=100, set_IH=true ->
get_Height=87.
Fine.
2. set_Height 60
Normal case: (IH=true), set_Height=60 -> get_Height=57
Test case: IH=false, set_Height=60, get_Height=60, set_IH=true ->
get_Height=57.
Fine.
3. set_Height 50
Normal case: (IH=true), set_Height=50 -> get_Height=42
Test case: IH=false, set_Height=50, get_Height=50, set_IH=true -> get_Height=21
!!
!!
4. set_Height 40
Normal case: (IH=true), set_Height=40 -> get_Height=21
Test case: IH=false, set_Height=40, get_Height=40, set_IH=true ->
get_Height=21.
Fine.
--
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