Mark Croxton

Results 50 comments of Mark Croxton

Also seeing this bug and it affects all versions of Craft 3 that I've tried, unfortunately. `Chrome Version 103.0.5060.134 (Official Build) (arm64)` I've also seen some hints of odd behaviour...

Quick workaround: Install the Control Panel CSS plugin for Craft CMS: https://github.com/doublesecretagency/craft-cpcss **Craft 4:** `composer require doublesecretagency/craft-cpcss` **Craft 3:** `composer require doublesecretagency/craft-cpcss:2.4` Install the plugin, go to it's settings and...

Note that the bug appears to be that Chrome does not apply any rules that contain [data-icon] in cp.css. Update: icons are working for me in latest Canary: `Version 105.0.5195.0...

Not sure how this helps but I've discovered that you can have a maximum of ~44 individual CSS rules in cp.css that reference `[data-icon]`. Any more and the icons disappear....

Resetting Chrome restored the icons for me, on `Version 103.0.5060.134 (Official Build) (arm64)` Go to `chrome://settings/` and click `Reset settings` from the menu.

Good to know, cheers. Yes it does feel like a Safari bug (it really is the new IE, sigh). I'm going to try some experiments to see if I can...

For anyone running into this in the future, the only reliable solution I found was to insert / remove `` from a placeholder in the dom using javascript, rather than...

Stash doesn't do any trimming unless you specifically ask it to. EE trims whitespace in params automatically, but I didn't think it did that for tagdata enclosed by a tag...

It's a windows line-break thing for sure, but Stash isn't doing anything other than concatenating the strings it gets passed when it appends/prepends. It could be EE's template class that's...

Wasn't able to reproduce this on my windows box. Leaving open in case anyone can shed light.