[Mono-dev] Question about System.Web.UI.WebControls.DataList

2006-03-27 Thread Vladimir Krasnov
Hello, There is ApplyControlStyle method in DataList class. This method called every time a style applied to a ListItem and it applies style only if ItemTemplate has a table. Sometimes, when the style of the template's table is different from style of ItemStyle, the style of table is overwritten.

RE: [Mono-dev] Question about System.Web.UI.WebControls.DataList

2006-04-08 Thread Vladimir Krasnov
, March 27, 2006 6:21 PM To: mono-devel-list@lists.ximian.com Cc: Gonzalo Paniagua Javier Subject: [Mono-dev] Question about System.Web.UI.WebControls.DataList Hello, There is ApplyControlStyle method in DataList class. This method called every time a style applied to a ListItem and it applies style

RE: [Mono-dev] Question about System.Web.UI.WebControls.DataList

2006-04-08 Thread Gonzalo Paniagua Javier
On Sat, 2006-04-08 at 12:22 -0700, Vladimir Krasnov wrote: > Hello, > > Since no one answered me, I suggest removing this method and all calls > to it. Please approve the attached patch. If no one objects I will > commit. Don't commit. Removing that method will probably break other stuff. We don