[Mono-bugs] [Bug 374816] New: ComboBox AutoCompleteMode does not work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Mar 28 11:03:39 EDT 2008


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


           Summary: ComboBox AutoCompleteMode does not work
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: derekd at omni-ts.com
         QAContact: mono-bugs at lists.ximian.com
                CC: stephane at omni-ts.com
          Found By: ---


Created an attachment (id=204674)
 --> (https://bugzilla.novell.com/attachment.cgi?id=204674)
ComboBox AutoCompleteMode not working

Mono 1.9.0 on Windows and Suse image.

To reproduce:
1. Create a form with a combobox with some entries in the "items" collection.
2. (make entries like "adam","bat","cat","dog","elephant"
3. Set AutoCompleteMode to Suggest or SuggestAppend
4. Set AutoCompleteSource to ListItems
5. Run
6. Type a "c" into combobox edit region.

Actual:
Entering character into combobox does not show list to suggest or append "cat"

Expected:
Entering a character should open the dropdown and show only items that matches
what characters you've entered in the edit region of the box. The remaining
letters of the first word that matches your entry you have not typed yet should
fill in as highlighted text to the right of your carat.

Frequency:
Always

I have attached a sample program.


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