[Mono-bugs] [Bug 77882][Min] Changed - Textbox Renders text backward

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 23 03:11:27 EST 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 yoshi_yaki at msn.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77882

--- shadow/77882	2006-03-23 03:04:41.000000000 -0500
+++ shadow/77882.tmp.21717	2006-03-23 03:11:27.000000000 -0500
@@ -120,6 +120,47 @@
 ever reported this before. I just ran your testcode here and it works 
 as expected.
 
 Are you using any special X input methods? Any more details you can 
 give about your system or configuration? When you type, does the 
 caret move or stay at the beginning of the line?
+
+------- Additional Comments From yoshi_yaki at msn.com  2006-03-23 03:11 -------
+I can give you as much info as you want me to.
+I use Dropline Gnome for my desktop environment. I've had several mono
+installs each other one another. I can't pinpoint if there is remains
+of any left. I don't think I use any special X input methods. 
+Also, some more info about the caret. The caret doesn't appear until
+you click in the box a second time. Then it disappears. 
+
+I've found out that it's been throwing exceptions when I type by
+opening the program with mono in a terminal. Here are the results of
+me starting the application, creating the initial caret and typing a
+lowercase 'a'.:
+# mono new.exe
+6 keysymbols per a keycode is not supported, setting to 4
+done detecting keyboard:  United States keyboard layout (phantom key
+version)
+#region #line XplatUI Constructor called
+Creating caret
+Destroying caret
+Creating caret
+Exception 'Object reference not set to an instance of an object
+         at System.Windows.Forms.Line.RecalculateLine ()
+         at System.Windows.Forms.Document.RecalculateDocument ()
+         at System.Windows.Forms.Document.UpdateView ()
+         at System.Windows.Forms.Document.InsertCharAtCaret ()
+         at System.Windows.Forms.TextBoxBase.WndProc ()
+         at System.Windows.Forms.TextBox.WndProc ()
+         at System.Windows.Forms.Control+ControlNativeWindow.WndProc ()
+         at System.Windows.Forms.NativeWindow.WndProc ()'
+Object reference not set to an instance of an object
+         at System.Windows.Forms.Line.RecalculateLine ()
+         at System.Windows.Forms.Document.RecalculateDocument ()
+         at System.Windows.Forms.Document.UpdateView ()
+         at System.Windows.Forms.Document.InsertCharAtCaret ()
+         at System.Windows.Forms.TextBoxBase.WndProc ()
+         at System.Windows.Forms.TextBox.WndProc ()
+         at System.Windows.Forms.Control+ControlNativeWindow.WndProc ()
+         at System.Windows.Forms.NativeWindow.WndProc ()
+
+Does this help you?


More information about the mono-bugs mailing list