[Mono-bugs] [Bug 50157][Maj] New - Rpeater - ItemType

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 27 Oct 2003 05:20:37 -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 yaronsh@mainsoft.com.

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

--- shadow/50157	2003-10-27 05:20:37.000000000 -0500
+++ shadow/50157.tmp.25628	2003-10-27 05:20:37.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 50157
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yaronsh@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Rpeater - ItemType
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+When no AlternatingItem is defined all items are treated as Item.
+(Read additional information for full description)
+
+Steps to reproduce the problem:
+1. Open the attahced aspx  
+
+Actual Results:
+We see all the item with equal gaps between them, without an extra line 
+after AlternatingItems as we asked.
+
+Expected Results:
+After every AlternatingItem there should be an empty line (We add <br> for 
+alternating items. (Visually there should be a gap after two items).
+
+How often does this happen? 
+Always
+
+Additional Information:
+At MS, When no AlternatingItem is defined AlterantingItems are created as 
+AlternatingItems (With AlternateItemType identifier) but their style is 
+copied from Item. (still , they have AlternatingItem type).
+At MONO, When no AlternatingItem is defined only Item is used.
+That way, on ItemDataBound for example we get only Items and we want to do 
+something else with AlternateingItems a bug occur. (All the items carry 
+Item type).