looks as if this isn't a tapestry issue but rather a lack of conditional
support with ie10.

This appears to break Geoff jumpstart spinner example in later versions of
ie

http://jumpstart.doublenegative.com.au/jumpstart7/examples/ajax/loadingspinner


On Mon, Apr 28, 2014 at 9:25 AM, George Christman
<gchrist...@cardaddy.com>wrote:

> I have the following code in my layout component.
>
> @Inject
> @Path("context:css/zone-overlay-ie.css")
> private Asset ieCSS;
>
> void afterRender() {
>         javaScriptSupport.importStylesheet(new StylesheetLink(ieCSS, new
> StylesheetOptions().withCondition("IE")));
>     }
>
> I'm using ie10 and the condition doesn't appear to be working. Any
> thoughts?
>
>
>


-- 
George Christman
www.CarDaddy.com
P.O. Box 735
Johnstown, New York

Reply via email to