[Mono-bugs] [Bug 588209] New: Showing ErrorProvider in TableLayoutPanel at wrong position

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Mar 14 03:03:56 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=588209#c0


           Summary: Showing ErrorProvider in TableLayoutPanel at wrong
                    position
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: floseflose at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=348347)
 --> (http://bugzilla.novell.com/attachment.cgi?id=348347)
test case for tablelayout errorprovider bug

Description of Problem:
When showing an ErrorProvider in a TableLayoutPanel, it isn't shown next to the
control. It is shown in a separate row or column in the TableLayout. It looks
like the ErrorProvider icon is treated as a separate control in the
TableLayout.

Steps to reproduce the problem:
1. compile the attached file with "gmcs -r:System.Windows.Forms,System.Drawing
monobug_TableLayoutErrorProvider.cs"
2. run the application


Actual Results:
in mono the errorprovider icons are shown underneath the textboxes

Expected Results:
in .net the errorprovider icons are shown next to the textboxes

How often does this happen? 
always

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