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


           Summary: PropertyGrid: Display converter's error message when set
                    property fails
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


When a new typed-in value can't be converted to suit the property then a
message box is displayed, however only a generic error message is displayed and
not the error from the TypeConverter ConvertFrom call itself.

See repro app property "FooVersion5WithTypeConvTypeof".  Enter value "zzzz"
should see error: "Need format [v]x.x.x.x, e.g. v1.2.3.4 or 91.2.65535.1".  Or
enter "1.2.3.444444" (six 4s) should see error: "must number between 0 to
65535".

BTW MSFT displays a generic error alongwith the precise error in a optional
panel.


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

Reply via email to