[Mono-bugs] [Bug 647689] New: ComboBox doesn't fire a MouseDown event

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 19 07:56:00 EDT 2010


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

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


           Summary: ComboBox doesn't fire a MouseDown event
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.8.x
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: mikcoh at live.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.10)
Gecko/20100914 SUSE/3.6.10-0.3.1 Firefox/3.6.10

When you click at the text area of the ComboBox the MouseDown event isn't
fired. When you click at the arrow of the ComboBox it is fired. Microsoft .NET
Framework fires it in the both cases.

The same problem on OpenSUSE Linux 11.2 with Mono 2.6.

I compiled a test case with Microsoft .NET Framework

Reproducible: Always

Steps to Reproduce:
1.For example add a ComboBox and a Label to a Form
2.Put the Form listening MouseDown events from the ComboBox and update the
Label to see the results
Actual Results:  
MouseDown event isn't fired when clicking at the text area of the ComboBox

Expected Results:  
MouseDown event should be fired when clicking at the text area of the ComboBox

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