Nayzor, my sincere apologies - I was an idiot.
I really see the same problem and don't get CSS, and I think I found the problem.
It seems that jqueryui.com can do a referrer check against the request and return 403 to those outside the domain (which makes sense). This is why it works when you view user interface elements in another window, since then CSS will be cached.
Make it work pl0x!
If you open the "Resource Management" tab and delete "jquery.ui.all" and replace it with http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css
, everything should work well (or at least better). Do this for any / all CSS resources.
I forked jsFiddle and saw some improvements.
It might be worth checking with jsFiddle docs if you have a complete solution to see if we can get this documented (or, fixed!)
Hope this helps!
source share