[Mono-bugs] [Bug 463017] TextBox.BackColor is locked (if the TextBox is readonly) but shouldn't
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 22 08:49:25 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=463017
http://bugzilla.novell.com/show_bug.cgi?id=463017#c4
Thomas Goldstein <stifu at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stifu at free.fr
--- Comment #4 from Thomas Goldstein <stifu at free.fr> 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.
More information about the mono-bugs
mailing list