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

Reply via email to