[Mono-bugs] [Bug 366567] New: PropertyGrid: ImageFormat 'MemoryBmp' item not selectable

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 3 08:49:14 EST 2008


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


           Summary: PropertyGrid: ImageFormat 'MemoryBmp' item not
                    selectable
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: contact at i-nz.net
        ReportedBy: andyhume32 at yahoo.co.uk
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Attempting to select item 'MemoryBmp' from the menu on a property of type
ImageFormat  shows an error dialog.

Debugging shows that Mono's ImageFormatTypeConverter needs to be case
insensitive in ConvertFrom(typeof(String)).  In this case GetStandardValues
returns the item capitalised in a way that ConvertFrom doesn't accept.

Tests to be attached, which show that,  and a couple of very minor issues.  One
is that Mono's code, according to a comment, attempts to accept a string
representing a Guid.  However I can find no way to use such a form, on either
platform -- the various related tests prove only that, so could be removed.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list