http://bugzilla.novell.com/show_bug.cgi?id=463017
http://bugzilla.novell.com/show_bug.cgi?id=463017#c4 Thomas Goldstein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Thomas Goldstein <[email protected]> 2010-04-22 12:49:21 UTC --- Carlos, the reason you don't see the bug might be due to the fact the TextBox is using the following BackColor: System.Drawing.SystemColors.ControlLightLight Change that to System.Drawing.Color.Red, for example, and you'll see the TextBox as red in .NET, while with Mono on Windows, it is greyish (a certain SystemColors?). And then, if I set the TextBox ReadOnly property to false, it is still red with NET, but is white with Mono. So it seems like Mono simply never displays the TextBox BackColor, whether it is ReadOnly or not. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
