[Mono-bugs] [Bug 51689][Min] New - TableItemStyle not being merged
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Dec 2003 06:52:14 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51689
--- shadow/51689 2003-12-04 06:52:13.000000000 -0500
+++ shadow/51689.tmp.8561 2003-12-04 06:52:13.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 51689
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gonzalo@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TableItemStyle not being merged
+
+Description of Problem:
+Currently the properties
+ofTableItemStyle(HorizontalAlign,VerticalAlign,Wrap) aren't merged.That
+happens since the Style.IsEmpty and Style.CopyFrom methods arecalled
+instead of TableItemStyle methods.The attached aspx file demonstrates the
+problem.