You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that the issue is in Firefox (where CSS has basically always been available) you could probably just assume supports_css = true when st === null?
As a result of this Firefox issue:
https://bugzilla.mozilla.org/show_bug.cgi?id=548397
this line in emoji.js:
var st = window.getComputedStyle(document.body);
causes an exception on the next line if the code is executed within a hidden iframe.
My site only works with css support anyways, so I can patch it for myself easily enough, but I'm not sure what a good fix is in general.
The text was updated successfully, but these errors were encountered: