https://bugzilla.novell.com/show_bug.cgi?id=396297
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=396297#c4 --- Comment #4 from Andy Hume <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
