[Mono-bugs] [Bug 80214][Min] New - DataGrid: textbox stays grayed out when moving to next row

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Dec 10 07:16:09 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=80214

--- shadow/80214	2006-12-10 07:16:09.000000000 -0500
+++ shadow/80214.tmp.16617	2006-12-10 07:16:09.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 80214
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataGrid: textbox stays grayed out when moving to next row
+
+If a cell in the DataGrid is read-only, then it's textbox is grayed out 
+(which is fine).
+
+However, if focus is moved to another cell in the DataGrid then the 
+textbox should no longer be grayed out. See tabs #1 and #2.
+
+If focus is moved to another control, then the textbox should no longer 
+be grayed out in the 2.0 profile, but remain grayed out in the 1.0 
+profile. See tab #3. Our 2.0 behavior currently is the same as our 1.0 
+behavior, meaning the textbox remains grayed out.
+
+To reproduce:
+1. compile and run the attached code snippet.
+2. follow the on-screen instructions in tabs #1 to #3.
+
+Note: the code contains conditional compilation directives to modify the 
+instructions depending on the profile for which the repro is built.


More information about the mono-bugs mailing list