[Mono-bugs] [Bug 490381] New: ListView: Double-clicking a selected list view item still raises the SelectedIndexChaged event

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 30 15:18:20 EDT 2009


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


           Summary: ListView: Double-clicking a selected list view item
                    still raises the SelectedIndexChaged event
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: rrussell at franticfilms.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=282973)
 --> (https://bugzilla.novell.com/attachment.cgi?id=282973)
The VS 2005 project.

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.7)
Gecko/2009021910 Firefox/3.0.7 (.NET CLR 3.5.30729)

I'm currently testing with Mono 2.4 RC3. Attached is a simple VS 2005 project
that I'm using to test out issues on OSX. It contains the source code and the
compiled exe is in the bin/Debug folder.

Reproducible: Always

Steps to Reproduce:
1. Run the exe with Mono and check (3) on the List Views tab.
2. Select the first item in the list. This will raise the SelectedIndexChanged
event.
3. Now double-click the same item.

Actual Results:  
Four SelectedIndexChanged events get fired before the DoubleClick event.

Expected Results:  
No SelectedIndexChanged events should get fired in this case (at least, this is
how it works on Windows).

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