简体   繁体   English

UserVoice在MacOS上的Opera 11.60中加载不完整

[英]UserVoice loads incomplete in Opera 11.60 on MacOS

In Opera 11.60 on MacOS the UserVoice layover does not load completely. 在MacOS上的Opera 11.60中,UserVoice过渡不会完全加载。 When I open it however with Opera 11.60 on Win7 32 Bit it loads without any issues, like it does in any other browser I tested. 但是,当我在Win7 32位上使用Opera 11.60打开它时,它加载时没有任何问题,就像在我测试过的任何其他浏览器中一样。

Here is how it looks with Opera 11.60 on MacOS: 这是在MacOS上使用Opera 11.60的外观:

gruppenunterkuenfte.de上的uservoice

That's the website: http://www.gruppenunterkuenfte.de/ 那是网站: http : //www.gruppenunterkuenfte.de/

The code looks like this: 代码如下:

<script type="text/javascript">
  var uvOptions = {};
  (function() {
    var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true;
    uv.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'widget.uservoice.com/5Nw55SHakNb5M4MupIrEIQ.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uv, s);
  })();
</script>

Do you have any idea, how I can fix this? 您有什么想法,我该如何解决?

Seams to be a bug in UserVoice itselfe. 可能是UserVoice本身的错误。

Here is what a got from the support team: 以下是支持团队提供的帮助:

Thanks for using UserVoice. 感谢您使用UserVoice。 We don't officially support Opera. 我们不正式支持Opera。 However, our Developers are looking into this. 但是,我们的开发人员正在对此进行研究。 Your code is fine. 您的代码很好。 The Widget on our own website is messed up in Opera on MacOS too. 我们自己网站上的Widget也被MacOS上的Opera弄乱了。

I'll let you know as soon as I hear something from them. 我一听到他们的声音,便会通知您。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM