[Mono-bugs] [Bug 445369] New: Bad sorting order / selection in treeview

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 14 20:35:36 EST 2008


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


           Summary: Bad sorting order / selection in treeview
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: spouliot at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Gendarme use a TreeView with checkboxes to show its rules per
category/assembly. 

The first level of the tree is sorted by assembly names and the sort order
differs from MWF/Linux and SWF/Windows(MS).

E.g. Linux
..
Gendarme.Design.Generic
Gendarme.Design.Linq
Gendarme.Design
..

E.g. Windows
..
Gendarme.Design
Gendarme.Design.Generic
Gendarme.Design.Linq
..

That's not a very big deal (and I probably would not have noticed it) but the
items selection (using the mouse or the keyboard) does match what is displayed.

E.g. Linux
* clicking on Gendarme.Design will select Gendarme.Design.Linq
* moving the cursor from top to bottom selects
        Gendarme.Design
        Gendarme.Design.Generic
        Gendarme.Design.Linq
  (like its shown on Windows, not like its rendered on Linux).


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