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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to