MicrosoftDX / Vorlonjs

A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
http://www.vorlonjs.com
Other
2.92k stars 258 forks source link

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

Open yinxin630 opened 6 years ago

yinxin630 commented 6 years ago

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 commented 6 years ago

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