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=80666 --- shadow/80666 2007-01-30 06:22:22.000000000 -0500 +++ shadow/80666.tmp.5662 2007-01-30 06:22:22.000000000 -0500 @@ -0,0 +1,91 @@ +Bug#: 80666 +Product: Mono: Class Libraries +Version: 1.2 +OS: GNU/Linux [Other] +OS Details: Linux based in Debian +Status: NEW +Resolution: +Severity: +Priority: Critical +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Error in DataGrid with doble click + +Description of Problem: +When I have a Datagrid with data and I have dobleclick about one row the +program fail. The Datagrid is editable because I need can modify data. + + + +Steps to reproduce the problem: +1. One DataGrid with data +2. Dobleclik in a cell or row. +3. Critical error + +Actual Results: + +Critical error + + +Expected Results: + +With dobleclick in Datagrid I want open other window. + + +How often does this happen? + +Always + + +Additional Information: + +System.ArgumentException: '18' is not a valid value for 'Value'. 'Value' +should be between 'Minimum' and 'Maximum' + + at System.Windows.Forms.ScrollBar.set_Value (Int32 value) [0x00000] + + at (wrapper remoting-invoke-with-check) +System.Windows.Forms.ScrollBar:set_Value (int) + + at System.Windows.Forms.TextBoxBase.CaretMoved (System.Object sender, +System.EventArgs e) [0x00000] + + at System.Windows.Forms.TextBoxBase.ScrollToCaret () [0x00000] + + at System.Windows.Forms.TextBoxBase.set_Text (System.String value) +[0x00000] + + at System.Windows.Forms.TextBox.set_Text (System.String value) [0x00000] + + at System.Windows.Forms.DataGridTextBoxColumn.Edit +(System.Windows.Forms.CurrencyManager source, Int32 rowNum, Rectangle +bounds, Boolean _ro, System.String instantText, Boolean cellIsVisible) +[0x00000] + + at System.Windows.Forms.DataGrid.Edit () [0x00000] + + at System.Windows.Forms.DataGrid.ScrollToColumnInPixels (Int32 pixel) +[0x00000] + + at System.Windows.Forms.DataGrid.EnsureCellVisibility (DataGridCell +cell) [0x00000] + + at System.Windows.Forms.DataGrid.set_CurrentCell (DataGridCell value) +[0x00000] + + at System.Windows.Forms.DataGrid.OnMouseDown +(System.Windows.Forms.MouseEventArgs e) [0x00000] + + at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& +m) [0x00000] + + at System.Windows.Forms.Control+ControlNativeWindow.WndProc +(System.Windows.Forms.Message& m) [0x00000] + + at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, +IntPtr wParam, IntPtr lParam) [0x00000] _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
