[Mono-devel-list] Possible Bug with ValidationSummary ?

Matthew Metnetsky met at uberstats.com
Fri Jul 30 15:44:49 EDT 2004


On Fri, 2004-07-30 at 14:59, Gonzalo Paniagua Javier wrote:
> El vie, 30-07-2004 a las 14:43, Matthew Metnetsky escribió:
> > No matter what I tried I was unable to get the ValidationSummary control
> > to NOT print out (style="color: Red") as a attribute.  So I decided to
> > look at the source and low and behold the constructor looks as such.
> > 
> >     public ValidationSummary(): base(HtmlTextWriterTag.Div)
> >     {
> >         uplevelRender = false;
> >         ForeColor     = Color.Red;
> >     }
> > 
> > Should this be?  Because as such, I can never override this option with
> > any css class.  And if this isn't a bug, it should be ;-)
> 
> If what you expect is what MS does, file a bug report with a simple test
> case.
> 
> -Gonzalo

I'll give it a check soon.




More information about the Mono-devel-list mailing list