[Mono-bugs] [Bug 390161] New: [PATCH] ListBox: MultiColumn update problems on leftwards navigation

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed May 14 05:56:24 EDT 2008


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


           Summary: [PATCH] ListBox: MultiColumn update problems on
                    leftwards navigation
           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: andyhume32 at yahoo.co.uk
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=215068)
 --> (https://bugzilla.novell.com/attachment.cgi?id=215068)
Patch

Similar to previous problems with rightwards movement.  Repro, app from bug
1. set Width=200
2. set SelectedIndex=7
3. set SelectedIndex=0
Instead of columns showing items {A-E; F-G}, the display shows {A,G,C} in the
first column and nothing in the second column.  Correct update occurs on forced
re-paint.


Patch does a bit of reorganising to suit my tiny mind; a smaller diffs is
possible…

(BTW navigation by keyboard is still somewhat broken -- better to investigate
only once all screen updating is seen to be correct).


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