[Mono-dev] Bug in System.Web.UI.WebControl.DataList in PrepareControlHierarchy

2006-02-19 Thread Vladimir Krasnov
Hello, This bug is similar to my previous post. While applying styles to a list items, there is a bug while processing Separator, if separatorStyle is not specified, style of regular item should be applied. Test case URL: /System_Web_UI_WebControls/DataList/DataList_SeparatorStyle.aspx Also at

[Mono-dev] Bug in System.Web.UI.WebControl.DataList in

2006-02-19 Thread Vladimir Krasnov
Hello, While applying styles to a list items, there is a bug while processing EditItem, if editItemStyle is not specified, style of regular item should be applied. Test case URL: /System_Web_UI_WebControls/DataList/DataList_ItemStyle.aspx Please approve the attached patch If no one objects, I wi

[Mono-dev] Bug in System.Web.UI.WebControl.DataList in PrepareControlHierarchy

2006-02-19 Thread Vladimir Krasnov
Hello, Using Style instead of TableItemStyle causes loosing of table specified styles, like align and valign. /System_Web_UI_WebControls/DataList/DataList_AlternatingItemStyle.aspx Please approve the attached patch If no one objects, I will commit. Vladimir Krasnov DataList.cs.5.patch Descri

[Mono-dev] Bug in System.Web.UI.WebControl.DataList in InitializeItem

2006-02-19 Thread Vladimir Krasnov
Hello, There is a bug in InitializeItem, while applying template to an item. If item's type is SelectedItem and SelectedItemTemplate is not specified, after rendering the item will be invisible. The same about EditItem. Test case URL: /System_Web_UI_WebControls/DataList/DataList_EditItemStyle.asp

[Mono-dev] Bug in System.Web.UI.WebControl.DataList in CreateControlStyle

2006-02-19 Thread Vladimir Krasnov
Hello, I've found a problem while creating a TableStyle for list controls. In the created style, CellSpacing property should be set to zero. This bug causes differences in visual appear of rendered table. /System_Web_UI_WebControls/WebControl/WebControl_TableStyle_CellPadding. aspx Please appro

[Mono-dev] Bug in System.Web.UI.WebControl.DataList in DoItemInLoop

2006-02-19 Thread Vladimir Krasnov
Hello, There is a bug in DoItemInLoop while creating a separator item incorrect itemIndex given. Test case URL: /System_Web_UI_WebControls/DataListItem/DataListItem_ItemIndex.asp Please approve the attached patch If no one objects, I will commit. Vladimir Krasnov DataList.cs.2.patch Descripti