[Mono-bugs] [Bug 545337] New: Disabled Controls respond to user input
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 8 08:42:55 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=545337
Summary: Disabled Controls respond to user input
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Major
Priority: P5 - None
Component: Sys.Drawing.
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: bimal_gkp at hotmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0;
Trident/4.0; GTB6; chromeframe; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0;
NET CLR 3.0.30729; .NET CLR 3.5.21022; .NET CLR 3.5.30729;
OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 1.1.4322; .NET CLR
4.0.20506; FDM)
Controls like button,check box, radio button, combo box, text box respond to
user inputs like mouse click or keypress even when they are disabled.
Reproducible: Always
Steps to Reproduce:
1.Create a windows application using VS 2005
2.On the form add any of the controls mentioned above. eg a button and set its
"Enable" prpperty to "False".
3.Write some code on click event of the button which produces output which can
be seen at runtime.
4.compile the application.
5.Run the executable on Mac OS X with Mono 2.4.x
Actual Results:
On the form displayed the button appeares to be disabled. now click on the
button. button responds to the click and the click event code is executed.
Expected Results:
The controls should not respond to any kind of user input if they are disabled.
--
Configure bugmail: http://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