Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Commented Unassigned: 3 typos in Backgrounds.css leading to 404s [27934]

$
0
0
Hi team,

I have identified 3 typos in file AjaxControlToolkit\Styles\Backgrounds.css leading to 404s instead of the referenced .gif files

- line 104 (missing ".gif")
Actual : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.ActiveLeft-VerticalLeft")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.ActiveLeft-VerticalLeft.gif")%>');

- line 184 (too many double quotes)
Actual : background-image: url('<%=WebResource(""AjaxControlToolkit.Images.Tabs.Bottom-ActiveLeft.gif"")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.Bottom-ActiveLeft.gif")%>');

- line 188 (too many double quotes)
Actual : background-image: url('<%=WebResource(""AjaxControlToolkit.Images.Tabs.Bottom-Active.gif"")%>');
Fixed : background-image: url('<%=WebResource("AjaxControlToolkit.Images.Tabs.Bottom-Active.gif")%>');

Pull request : https://ajaxcontroltoolkit.codeplex.com/SourceControl/network/forks/Benjiiim/ACTBackgroundsFix/contribution/8478

I hope this helps.
Regards,
Comments: Hi, Thank you for your participation in maintaining and improving our AJAX Control Toolkit library. Your pull request is accepted and will be available with the next release.. Best regards, Fadil

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>