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