Alexander Yaskevich
Alexander Yaskevich
> Maybe I've misunderstood something, but would installing Clockwork as a dev dependency and removing it in production with composer --no-dev solve this issue? In production yes. In our case...
+1 That would be nice if @pillarjs can explain this point.
@cspotcode and this is by default turned on if we are using popular web servers, right? I mean, I checked my sites behind `nginx` (default config) and `charset` is present...
Sorry, problem was in my browser (I guess). It was caching IFRAME. JS_MAX_BOUNCES works correct. But I found another error. When bounceCount == JS_MAX_BOUNCES, Firebug writes this: console[func] is not...
When I added `forceFallback`, I discovered that when I'm dragging element over an iframe, UI becomes slow and glitchy. It becomes really hard to sort elements containing iframes. So I...