[Mono-bugs] [Bug 513016] New: Control remains invisible after reordering form controls

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jun 14 03:24:42 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=513016


           Summary: Control remains invisible after reordering form
                    controls
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: andreas.flucke at t-online.de
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=297971)
 --> (http://bugzilla.novell.com/attachment.cgi?id=297971)
test.cs

User-Agent:       Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

When changing the structure of a form controls hierarchy, sometime it's not
possible to make controls visible.
In the appended testcase after creating the form normally, if one does a
reordering of controls for some reason it's not possible to show ListBox any
more.


Reproducible: Always

Steps to Reproduce:
1.compile and run attached test.cs
2.press MenuItem "Show List"
3.
Actual Results:  
Bottom of form gets gray (form background) where ListBox should be visible.

Expected Results:  
ListBox should show up in the bottom of the form.

Maybe ItemIndex property gets mixed up ?

-- 
Configure bugmail: http://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