[Mono-bugs] [Bug 51863][Nor] New - DataList.RepeatColumns - items are arranged differently than in MS

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 8 Dec 2003 11:03:22 -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 along@mainsoft.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51863

--- shadow/51863	2003-12-08 11:03:22.000000000 -0500
+++ shadow/51863.tmp.1783	2003-12-08 11:03:22.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 51863
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: jackson@ximian.com                            
+ReportedBy: along@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: DataList.RepeatColumns - items are arranged differently than in MS
+
+Description of Problem:
+when DataList.RepeatColumns is higher than 1, the items are arranged 
+differently than in MS.
+The problem is when the RepeatDirection property of DataList is Vertical.
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+
+Actual Results:
+The DataList is arranged like this:
+aaa  ccc  eee  ggg  
+bbb  ddd  fff  
+
+Expected Results:
+The DataList should be arranged :
+aaa  ccc  ddd  eee  fff  ggg  
+bbb  
+
+How often does this happen? 
+Always
+
+Additional Information: