http://bugzilla.novell.com/show_bug.cgi?id=609596
http://bugzilla.novell.com/show_bug.cgi?id=609596#c0 Summary: mono doesn't reduce ClientRectangle.Width when displaying a Vertical scrollbar. Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: Windows.Forms AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=365275) --> (http://bugzilla.novell.com/attachment.cgi?id=365275) Test program showing ClientRectangle.Width difference User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5 When AutoScroll mode is on. Setting AutoScrollMinSize such that a vertical scrollbar appears should reduce the width of ClientRectangle by SystemInformation.VerticalScrollBarWidth. See attached test case. maybe related to this bug: https://bugzilla.novell.com/show_bug.cgi?id=500796 Reproducible: Always Steps to Reproduce: 1. Compile and run attached test program Actual Results: 292 on console No gap between text box and scrollbar Expected Results: 272 on console. small gap between text box and scrollbar -- Configure bugmail: http://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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
