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=79949 --- shadow/79949 2007-03-15 17:51:06.000000000 -0500 +++ shadow/79949.tmp.31635 2007-03-17 14:54:16.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 79949 Product: Mono: Class Libraries Version: 1.0 OS: unknown OS Details: -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Cosmetic Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -61,6 +61,25 @@ OK, this was a difference between 1.1 and 2.0. 2.0 now shows gray, 1.1 does not. Thanks for the report and following up! + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-17 14:54 ------- +Still some issues left to fix: + +1) On MS (2.0), when setting ReadOnly to true the BackColor is only +modified to SystemColors.Control if no BackColor was already set. + +2) Setting ReadOnly to false does not change the BackColor. + +3) Setting ReadOnly to true once the control has been created should +not have any effect on the BackColor. + +I'll attach repro's for these issues. + +You'll need to build the first repro with the NET_2_0 symbol to get +the .NET 2.0 version of that repro: + +gmcs /define:NET_2_0 /r:System.Windows.Forms.dll /r:System.Drawing.dll + test1.cs _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
