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=77873 --- shadow/77873 2006-06-19 13:36:41.000000000 -0400 +++ shadow/77873.tmp.17096 2006-06-19 13:47:33.000000000 -0400 @@ -52,6 +52,14 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-06-13 09:49 ------- Now I'm not sure if there is a reason to prefer TabOrder - at least the patch is easier to understand in which order the controls are added than setting TabOrder property for each control's code block. I also don't think we do that in other classes. + +------- Additional Comments From [EMAIL PROTECTED] 2006-06-19 13:47 ------- +This is for a dialog. Relying on the order you create the controls in +is wishing that nobody will accidentally or on purpose change that +code a year from now. + +Putting an explicit tab order for each control is the proper way to +do this. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
