[Mono-bugs] [Bug 396124] New: PropertyGrid: TextBox.AutoCompleteSource converter

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat May 31 04:25:12 EDT 2008


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


           Summary: PropertyGrid: TextBox.AutoCompleteSource converter
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: ASSIGNED
          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: ---


The AutoCompleteSource property on TextBox is un-edittable, it should be a
drop-down list similar to the one on ComboBox.

Class TextBoxAutoCompleteSourceConverter needs implementation.  As
AutoCompleteSource is an enum this converter should be a subclass of
EnumConverter.  With that in place the difference between the two editors is
seen to be that the ListItems enum member is not displayed by this one.


Patch attached.  Also includes ChangeLog entries for bug 396076 and 396078.


-- 
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