[Mono-bugs] [Bug 375792] New: PropertyGrid: Display converter' s error message when set property fails
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 1 06:06:25 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: andyhume32 at yahoo.co.uk
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list