[Mono-dev] [PATCH] System.Web.UI.Page fix

Andrew Skiba andrews at mainsoft.com
Sun Jul 9 11:41:30 EDT 2006


Please review the new patch instead of the previous one. 

> -----Original Message-----
> From: mono-devel-list-bounces at lists.ximian.com 
> [mailto:mono-devel-list-bounces at lists.ximian.com] On Behalf 
> Of Andrew Skiba
> Sent: Thursday, July 06, 2006 16:29
> To: mono-devel-list at lists.ximian.com
> Subject: [Mono-dev] [PATCH] System.Web.UI.Page fix
> 
> Hello,
> 
> Please review the attached patch.
> 
> This patch fixes the URL in head/link elements. 
> PageTheme.GetStyleSheets
> () returns absolute pathes like
> "C:/cygwin/monobuild/xsp/PWS1/App_Themes/White//Default.css". 
> I checked the dotnet and it does the same. But the rendered 
> link must look like "App_Themes/White//Default.css". So I 
> think it must be fixed where HtmlLink controls are created.
> 
> The testcase for this bug is standalone/ThemeTest4/indexWithInit.aspx.
> Look at head->link->href before and after the fix.
> 
> Thank you.
> Andrew.
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CssPath.patch
Type: application/octet-stream
Size: 1272 bytes
Desc: CssPath.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060709/4abeca17/attachment.obj 


More information about the Mono-devel-list mailing list