[Mono-bugs] [Bug 458644] New: Scrolling in Advanced Properties Window skips values

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 12 07:16:16 EST 2008


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


           Summary: Scrolling in Advanced Properties Window skips values
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: i386
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: suneetha_g at spanservices.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development


Scrolling in Advanced Properties Window skips values.

1. Run the application, Main form opens
2. Click on 'Click Me' button.
3. It opens property Page with list of items displayed in the listview.
4. Select first item in the listview.
5. Now left mouse click on listview's scrollbar area that has empty.

Actaul Result:

The MONO listview skips the values that is being shown by listview from
windows.

In windows, if the listview displays 10 items in one page with the first item
is selected, then when we click on listview's scrollbar empty area, the
listview will displays the items from the 11th item.

But in MONO, the listview is displaying from the 13th element.

Expected Result:

The listview should perform the functionalities as like Windows.

How often does it happen?

For each click event.


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