[Mono-bugs] [Bug 358353] PropertyGrid: Value for Color backed item not bold

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Feb 4 15:07:58 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=358353

User andyhume32 at yahoo.co.uk added comment
https://bugzilla.novell.com/show_bug.cgi?id=358353#c2


Andy Hume <andyhume32 at yahoo.co.uk> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |andyhume32 at yahoo.co.uk




--- Comment #2 from Andy Hume <andyhume32 at yahoo.co.uk>  2008-02-04 13:07:58 MST ---
I think this is actually a fault general to all types of property:

When a property has a value different from its default, its text value is
displayed in bold (the default is set by a DefaultValue Attribute on the
property).  In MSFT when a value has no default configured then it is always
dispayed in bold.  Mono however will only display the value in bold when a
default attribute is applied.

See the screenshot which shows the repro code from bug 358593 running on MSFT
and Mono, each showing the initial state.  Notice that on MSFT all on the
properties without "WithDefault" are emboldened (well those that have text to
display the boldness!); and are not on Mono.

Note if one changes the value of one of those properties then they still stay
un-boldened.  The handling of properties with default value set seems ok.

Tested on SVN HEAD Linux and Win32.


-- 
Configure bugmail: https://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