[Mono-bugs] [Bug 80159][Min] Changed - DataGrid: content of cell with focus is not selected

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 31 23:10:03 EDT 2007


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 shana.ufie at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=80159

--- shadow/80159	2007-03-14 17:55:55.000000000 -0500
+++ shadow/80159.tmp.30278	2007-05-31 23:10:03.000000000 -0400
@@ -64,6 +64,19 @@
 Updated repro
 
 
 ------- Additional Comments From jackson at ximian.com  2006-12-11 15:27 -------
 I think the only remaining issue here is that the datagrid isn't
 automatically passing the focus to the textbox when it gets focus now.
+
+------- Additional Comments From shana.ufie at gmail.com  2007-05-31 23:10 -------
+The problem here is that when a cell has focus and we click any other
+part of the form so that the datagrid loses focus, the textbox does
+not get hidden like it should. The next time we click on the cell, the
+textbox is already visible, so it gets the click directly and doesn't
+select the text.
+
+Little test: 
+Click on the first cell, then on the instruction box and then on the
+first cell, the text won't get selected.
+Click on the first cell, then on the instruction box, then on the
+second cell, text gets selected.


More information about the mono-bugs mailing list