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=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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
