[Mono-bugs] [Bug 670030] New: Setting Control.Enabled to false does not disable Controls correct

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Feb 7 11:31:28 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=670030#c0


           Summary: Setting Control.Enabled to false does not disable
                    Controls correct
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: i586
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: saijado at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.13)
Gecko/20101203 Firefox/3.6.13

If I set the Enabled property of a control (TextBox, Combobox) to false the
appearance looks like a disabled control but the control isn't realy disabled.

The control can allready got the focus and I can also edit text in the textbox.



Reproducible: Always

Steps to Reproduce:
1. Create a Form with a diabled TextBox
2. Run the Application
3. Enter text into the TexBox
Actual Results:  
The textbox can get the focus and I can enter some text

Expected Results:  
I can't edit the text and a control should not be able to get the focus

This problem occours on Mac only

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