k-risc

Results 4 issues of k-risc

I use the Scaffolding class for a couple of tables. In the particular case we have a table that - amongst other fields - has three tinyint fields, and I...

I am using imagesloaded.pkgd.min.js and use the following javascript: ``` … $('#payable-preview a .overlay').show(); $('#payable-preview a img') .attr('src', …); $('#payable-preview a img').imagesLoaded() .always(function() { $('#payable-preview a .overlay').hide(); }); ``` But...

I was analyzing CSP reports saying `Content-Security-Policy: (Report-Only policy) The page’s settings would block the loading of a resource (media-src) at data: because it violates the following directive: “media-src 'none'”`...

We noticed 404 errors in the web server and application logs related to fonts. We use version 1.11.11 ### Expected Behavior Fonts being requested from their correct location, e.g. `https://www.example.com/fonts/font.woff2`...

bug