[Mono-bugs] [Bug 694252] New: System.Windows.Forms do not select next control on Enabled changed

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 17 07:28:43 EDT 2011


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

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


           Summary: System.Windows.Forms do not select next control on
                    Enabled changed
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.10.x
          Platform: All
               URL: http://www.codicesoftware.com
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: dpenalba at codicesoftware.com
         QAContact: mono-bugs at lists.ximian.com
                CC: dpenalba at codicesoftware.com
          Found By: Development
           Blocker: No


Created an attachment (id=429947)
 --> (http://bugzilla.novell.com/attachment.cgi?id=429947)
Sample application to reproduce the problem

Description of Problem:

When a control is disabled, the focus is locked. You can't use the tab key to
move to the next control. It makes an application no usable with keys.


Steps to reproduce the problem:
1. Execute the sample application
2. Click on button1 (is disabled)
3. Now you cannot set focus in the button2

Actual Results:

The button2 is not focused. The focus is locked in the button1. 
Executing the application in .NET it works fine.

Expected Results:

The button2 should be focused.

How often does this happen? 

Always

Additional Information:

Attached there is a sample application to reproduce the problem.

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