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=79435 --- shadow/79435 2006-09-18 15:04:50.000000000 -0400 +++ shadow/79435.tmp.21463 2006-09-18 15:04:50.000000000 -0400 @@ -0,0 +1,61 @@ +Bug#: 79435 +Product: Mono: Class Libraries +Version: 1.1 +OS: Windows XP +OS Details: SP2, one case in Kubuntu +Status: NEW +Resolution: +Severity: +Priority: Major +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Datagrid with MainMenu not usable + +To reproduce: + +1. Run the attached Visual C# 2005 Express solution in Windows XP using +MONO 1.1.17.1 . (most of issues also occur in kubuntu). + +2. Press Alt+F and down arrow key + +Observed: down arrow pressing is ignored + +Expected: down arrow must highlight first menu item. + +3. Click somewhere in the first column on grid and press down arrow + +Observed: keys are ignored. Navigation in grid using keyboard is not +possible. + +Expected: arrow and tab keys must move between grid cells. + +4. Put checkmark to first column of grid and move to next row + +Observed: checkmark is removed. + +5. Try to change second column in grid + +Observed: second column is read only. + +6. Activate some cell in second column in grid + +Observed: text is difficult to read due to font smoothing in present. + +Exprected: characters in current cell must be as sharp as in other rows. + +7. Press shift+tab in some grid column. + +Observed: next cell becomes active + +Exprected: previous cell should become actibr. + +8. Run this sample in Kubuntu Linux. +Activate some row in second column by mouse. +Press Ctrl+V + +Observed: error: object reference not set to an instance of an object. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
