[Mono-bugs] [Bug 467471] New: moving to a Datagridview cell part of a hidden column, crashed program.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 20 00:25:59 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=467471


           Summary: moving to a Datagridview cell part of a hidden column,
                    crashed program.
    Classification: Mono
           Product: Mono: Runtime
           Version: unspecified
          Platform: i586
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: generics
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: fa50 at ubbi.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR
2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152;
NET CLR 3.5.30729)

Hi! I was trying to convert a c# application running on mono windows to mono
linux.
I have a datagridview with 7 columns binding to a dataview. The last column is
a hidden column (used for internal reference in the program). Supose to be at
any row of the 6th column (previous last) and pressing : right key or tab key
or end key, crash program. I tried to fix it using keydown event but the 
sentence       e.handled = true; is ignored and program crashed anyway. 
This behaviour is not the same in mono for windows. There is no error in that
case. 
is this a bug or am i doing something wrong?
Thanks for your work.  Sorry about my english.

Reproducible: Always

Steps to Reproduce:
1. create a datagridview with (in my case) 7 columns binding to a dataview, and
set last column visible = false. the autosizecolumnsmode is set to FILL.
2. any cell in column 6 has to be the current cell
3. using right key or tab key or end key the program throws an error
Actual Results:  
program crashed.


Expected Results:  
no error.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list