Styles ignored in dev mode

2011-04-15 Thread John
I have several views whose stylings are being completely ignored in dev mode. If it is a page I can refresh (ie it has its own # name), then upon refresh the styles are correctly applied. No errors are being thrown and all the html elements are present with the correct style names on each

Re: Styles ignored in dev mode

2011-04-15 Thread Chris Conroy
Have you made sure to call ensureInjected on your styles (or otherwise inject all of your styles in your entry point)? On Fri, Apr 15, 2011 at 1:46 PM, John bradley.r...@gmail.com wrote: I have several views whose stylings are being completely ignored in dev mode. If it is a page I can

Re: Styles ignored in dev mode

2011-04-15 Thread John
Its actually styles declared in the UiBinder ui:style region. They don't implement an interface, so I don't think I can get access to them to call ensureInjected on the CssResource. I suppose that's a way I can work around it though - I'll give it a shot - thanks Chris. -- You received this