I've got an issue with RadComboBox where the style is incorrectly loading. In the CSS the style is being supplied by both WebResource.axd and Telerik.Web.UI.WebResouce.axd under the same style reference names.
Using the F12 tools in IE9, it seems to ignore the style provided by WebResource.axd and uses the Telerik.Web.UI.WebResource.axd declaration instead. All of the settings specified works except one, the background-image attribute.
url("/WebResource.axd?d=zOVDqaYoPgeOeTYRB8nFIraLP5bLJSS9mMvDXS2Gx92JFqyRrNGZriTPN9mB7xlBQFxVSthsLQnMRvJxdzh-NApiIOzkarqCcMpJuch6Tgb8cKKZ0WIUgnuFhTjBEQcHDVzKVTvN77djfMIX88P3QnswbBED1M2cytf8YE-HDNWhzSyZ0&t=634466635859336554")
This does not exist and causes a 404 error viewable in fiddler2. The style provided by WebResource.axd that is ignored does actually work
url("WebResource.axd?d=6f34yHv5y1TzMk-qXSedyUJ3gu_cuzFGdK186mb7ERzGXwRyXOrZcRZFvvBZU2BqM8REO42TLDNxTUpIk7koA_PsHFXVUovxk3l-H1Kep8esMtd22bWXhtBYtHaRWNs2Jzoa0ZCiZTx0uS1_usC6OqWvQQIRw2L4IsgFrEhgBCm7v1MX0&t=634466635859336554")
First of all I'm confused why both web resources are serving for the same content, and secondly how the telerik web resource can generate a reference for something that doesnt exist.
As an extra twist, the issue does not happen with everyone.
Using the F12 tools in IE9, it seems to ignore the style provided by WebResource.axd and uses the Telerik.Web.UI.WebResource.axd declaration instead. All of the settings specified works except one, the background-image attribute.
url("/WebResource.axd?d=zOVDqaYoPgeOeTYRB8nFIraLP5bLJSS9mMvDXS2Gx92JFqyRrNGZriTPN9mB7xlBQFxVSthsLQnMRvJxdzh-NApiIOzkarqCcMpJuch6Tgb8cKKZ0WIUgnuFhTjBEQcHDVzKVTvN77djfMIX88P3QnswbBED1M2cytf8YE-HDNWhzSyZ0&t=634466635859336554")
This does not exist and causes a 404 error viewable in fiddler2. The style provided by WebResource.axd that is ignored does actually work
url("WebResource.axd?d=6f34yHv5y1TzMk-qXSedyUJ3gu_cuzFGdK186mb7ERzGXwRyXOrZcRZFvvBZU2BqM8REO42TLDNxTUpIk7koA_PsHFXVUovxk3l-H1Kep8esMtd22bWXhtBYtHaRWNs2Jzoa0ZCiZTx0uS1_usC6OqWvQQIRw2L4IsgFrEhgBCm7v1MX0&t=634466635859336554")
First of all I'm confused why both web resources are serving for the same content, and secondly how the telerik web resource can generate a reference for something that doesnt exist.
As an extra twist, the issue does not happen with everyone.