Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78661 --- shadow/78661 2006-06-16 08:39:45.000000000 -0400 +++ shadow/78661.tmp.31614 2006-06-16 08:39:45.000000000 -0400 @@ -0,0 +1,28 @@ +Bug#: 78661 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: TextBoxBase: text is hidden under scrollbars + +Our TextBoxBase does not calculate document and scrollbar areas correctly. +It first computes the TextBoxBase rectangle +(Document.RecalculateDocument()). And then CalculateScrollBars() is called +to determine whether it needs scrollbars or not. In this sequence, the +document rectangle is already determined regardless of overlapped scroll +bars, and thus characters which are close to the edges are hidden. + +Run winforms/wordpad/wordpad.exe and enter "1234567890123456789012..." to +reproduce this problem. The numbers you entered around the right edge are +unlikely to be shown until you type more. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
