[Mono-bugs] [Bug 80291][Wis] Changed - Unexpected exit in grid row selection

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Dec 18 16:31:15 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 gert.driesen at pandora.be.

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

--- shadow/80291	2006-12-17 19:01:49.000000000 -0500
+++ shadow/80291.tmp.31899	2006-12-18 16:31:15.000000000 -0500
@@ -71,6 +71,37 @@
         else
             Text = "changed";
         return base.ProcessCmdKey(ref msg, keyData);
     }
 }
 
+
+------- Additional Comments From gert.driesen at pandora.be  2006-12-18 16:31 -------
+I can reproduce the issue on both Linux and Windows by using 
+shift+down several times and then shift+up several times:
+
+Unhandled Exception: System.Data.ConstraintException: Failed to 
+enable constraints. One or more rows contain values violating non-
+null, unique, or foreign-key constraints.
+  at System.Data.Constraint.ThrowConstraintException () [0x00000] 
+  at System.Data.DataSet.InternalEnforceConstraints (Boolean value, 
+Boolean resetIndexes) [0x00000] 
+  at System.Data.DataSet.set_EnforceConstraints (Boolean value) 
+[0x00000] 
+  at System.Data.DataSet.GetChanges (DataRowState rowStates) 
+[0x00000] 
+  at System.Data.DataSet.GetChanges () [0x00000] 
+  at MainForm.ProcessCmdKey (System.Windows.Forms.Message& msg, Keys 
+keyData) [0x00000] 
+  at System.Windows.Forms.Control.ProcessCmdKey 
+(System.Windows.Forms.Message& msg, Keys keyData) [0x00000] 
+  at System.Windows.Forms.Control.InternalPreProcessMessage 
+(System.Windows.Forms.Message& msg) [0x00000] 
+  at System.Windows.Forms.Control.PreProcessMessage 
+(System.Windows.Forms.Message& msg) [0x00000] 
+  at System.Windows.Forms.Application.RunLoop (Boolean Modal, 
+System.Windows.Forms.ApplicationContext context) [0x00000] 
+  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form 
+mainForm) [0x00000] 
+  at MainForm.Main () [0x00000] 
+
+This issue appears to be related to bug #80281.


More information about the mono-bugs mailing list