[Mono-list] asp.net does not recognise Subproperties

Gonzalo Paniagua Javier gonzalo@ximian.com
Fri, 23 Jan 2004 14:40:25 +0100


El vie, 23-01-2004 a las 13:42, Jonathan Wheelhouse escribió:
> Gonzalo Paniagua Javier <gonzalo@ximian.com>:
> > El vie, 23-01-2004 a las 11:26, Jonathan Wheelhouse escribió:
> > > (I tried to submit this bug via bugzilla but am having no luck even
> > > though I appear to have an account.)
> > > 
> > > Description of Problem:
> > > asp.net does not recognise Subproperties.
> > 
> > I already replied to the other message you sent. It's already fixed in
> > CVS. Thanks.
> 
> Yes, sorry about sending the message again; I was unsubscribed and
> sent a message to the list which got a reply saying that it was held
> up until the moderater looked at it.  So, I subscribed and sent it
> again and meanwhile the first message made it to the list.
> 
> Thanks very much for fixing the bug; I've already gotten the latest
> CVS and run the example successfully this time.
> 
> Where in the code was the bug? What file?

In TemplateControlCompiler.cs. We were handling subproperties only for
Style and Font. Just removing those conditions from an 'if' did the fix.

-Gonzalo