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: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to