Vorlonjs icon indicating copy to clipboard operation
Vorlonjs copied to clipboard

[bug] Uncaught DOMException: Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules

Open yinxin630 opened this issue 7 years ago • 1 comments

When I click on any of the dom nodes, it doesn't show styles. And the page throws an exception. The exception information is Uncaught DOMException: Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules

image

Then I found out. If remove <link href="https://cdn.bootcss.com/amazeui/2.7.2/css/amazeui.min.css" rel="stylesheet"> from html > head, it works fine.

yinxin630 avatar Jul 17 '18 08:07 yinxin630

more info: https://stackoverflow.com/a/49160899

yinxin630 avatar Jul 17 '18 10:07 yinxin630