[Mono-bugs] [Bug 468420] New: Events are fired even if the Control is in a disabled state (Mac only)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jan 22 09:06:59 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=468420
Summary: Events are fired even if the Control is in a disabled
state (Mac only)
Classification: Mono
Product: Mono: Class Libraries
Version: 2.2.x
Platform: Macintosh
OS/Version: Mac
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: stifu at free.fr
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=266868)
--> (https://bugzilla.novell.com/attachment.cgi?id=266868)
Testcase (sources + binaries)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US;
rv:1.9.1b3pre) Gecko/20090121 Shiretoko/3.1b3pre
This one was hell to nail down, simply because I don't have a Mac and needed to
send testcases to a Mac user then wait for him to report back. :)
So yes: I have a Panel, which I disabled (panel1.Enabled = false), yet events
such as MouseMove still are still fired. This is clearly a bug, and doesn't
happen on Mono Windows and Linux, or with .NET.
The attached testcase displays a messagebox as you hover it, but it shouldn't.
Reproducible: Always
Steps to Reproduce:
Hover the program window of the testcase.
Actual Results:
A message box appears.
Expected Results:
Nothing happens.
--
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