[Mono-bugs] [Bug 609596] New: mono doesn't reduce ClientRectangle.Width when displaying a Vertical scrollbar.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 27 15:31:14 EDT 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: tom_hindle at sil.org
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list