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


           Summary: Can still input into disabled combobox
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: PC
        OS/Version: openSUSE 10.3
            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=202573)
 --> (https://bugzilla.novell.com/attachment.cgi?id=202573)
Disabled combobox accepts key entries

This only occurs for me in the openSUSE Mono VMWare image. It does not occur in
Mono/Windows. If I disable a combobox then use comboBox.Select(), then I can
still enter a value. If I use combobox.Focus(), then I cannot enter a value.

The .net docs say users should use Select() primarily. So I'd like to stick
with it.

Steps to reproduce:
1. Create a form with a combobox.
2. Set comboBox1.Enabled=false
3. Call comboBox1.Select()
4. Type in some characters

Actual result:
characters appear in comboBox despite the box being greyed out.

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