I've had the same issue with the Chrome browser, and as far as I can tell, this is more of a Google Chrome issue than an Umbraco issue.
But since the icons still are reachable in Firefox, I've decided to go on adjusting the rest of the settings in my document types in Chrome and afterwards log in with Firefox to update the icons for my document types. The icons are a helping hand to spot the right document types to choose on the fly, but you can still destinguish the document types by their names (hopefully).
I know it's annoying to have extra steps in a working process, but I cross my fingers and hope that this issue only will be momentarly, and that Google notices this bug and fixes it soon.
Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules
Hi guys,
When I create new doctype, I clicked on icon on left of doctype name to assign icon for doctype, the icon list is not show and I received this error.
DependencyHandler.axd Error: Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules
Current Umbraco version: 7.10.4
This error happen only in Chrome (Version 66.0.3359.139). I'm also test on Firefox Quantum and IE11, function is still working fine, no error.
In ClientDependency.config, I also config bundleDomains to match my local domain.
Could you help me how to solve this?
Linh
I've had the same issue with the Chrome browser, and as far as I can tell, this is more of a Google Chrome issue than an Umbraco issue.
But since the icons still are reachable in Firefox, I've decided to go on adjusting the rest of the settings in my document types in Chrome and afterwards log in with Firefox to update the icons for my document types. The icons are a helping hand to spot the right document types to choose on the fly, but you can still destinguish the document types by their names (hopefully).
I know it's annoying to have extra steps in a working process, but I cross my fingers and hope that this issue only will be momentarly, and that Google notices this bug and fixes it soon.
Hi
your not alone there is an issue logged for this :
http://issues.umbraco.org/issue/U4-10936
it is due to the changes in some css security in the latest version of chrome.
it will probably be because something is importing a font css file into your backoffice.
the workaround (if you can do this) is to copy the stub of the CSS font file and save it locally - and then reference that instead of the remote one.
Then exception isn't thrown when Umbraco trys to get the icons from the css.
is working on a reply...