[Mono-bugs] [Bug 79628][Min] New - [Windows] TextBox Runs Out of Ink
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 9 15:14:30 EDT 2006
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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79628
--- shadow/79628 2006-10-09 15:14:30.000000000 -0400
+++ shadow/79628.tmp.12647 2006-10-09 15:14:30.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 79628
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: monkey at jpobst.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [Windows] TextBox Runs Out of Ink
+
+Description of Problem:
+Under some circumstances, the TextBox appears to run out of ink when
+drawing characters. (You'll probably just have to look at the attached
+screenshot for that to make sense.) It most likely is caused by width("h")
++ width("h") != width("hh").
+
+
+Steps to reproduce the problem:
+1. Run attached program.
+2. Hold down the "h" key (lowercase).
+3. This should give your screenshot 1.
+4. Minimize and bring back window to force a redraw.
+5. This should give you screenshot 2 (text is drawn correctly, but cursor
+is placed too far back).
More information about the mono-bugs
mailing list