[Mono-bugs] [Bug 82164][Wis] New - Many bugs in WinForms

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 23 09:27:05 EDT 2007


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 trofimich at ukr.net.

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

--- shadow/82164	2007-07-23 09:27:05.000000000 -0400
+++ shadow/82164.tmp.14849	2007-07-23 09:27:05.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 82164
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: trofimich at ukr.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Many bugs in WinForms
+
+I'm writing small application for extracting links or rss channels from
+html pages. Target platform is .NET 2.0, but i've tried to run it under
+mono 1.2.4 for windows and found many Mono winforms issues:
+
+1) DataGridViewTextBoxColumn.AutosizeMode = Fill does not work
+2) Copying data from DataGridView into Clipboard cause application to crash
+3) Paddins are absent in column headers
+4) Autosorting not working in DataGridView
+6) Columns and rows resising is not working
+7) Column separators are ugly
+9) Row for inserting of new record is absent
+10) Too big top paddings in controls that displaying text (such as
+ComboBox, Button, TextBox)
+11) In NumericUpDown field MinValue displayed instead of Value by default
+12) Copying data frim grid into clipboard cause application to crash. Code
+is next: Clipboard.SetDataObject(Grid.GetClipboardContent());
+13) Grid not redrawed after new rows were added
+
+I'll attach screenshots, source code and compiled application. Also before
+i used text boxes insted of grids, application hanged, but i don't know in
+which place (but it works under .NET 2.0 well). Maybe with my application
+someone can find where there are additional problems in mono...


More information about the mono-bugs mailing list