Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby rails 3.2:Bluedot菜单在IE 8中不显示,但在chrome和firefox中显示_Ruby_Internet Explorer_Ruby On Rails 3.2_Intuit Partner Platform_Quickbooks Online - Fatal编程技术网

Ruby rails 3.2:Bluedot菜单在IE 8中不显示,但在chrome和firefox中显示

Ruby rails 3.2:Bluedot菜单在IE 8中不显示,但在chrome和firefox中显示,ruby,internet-explorer,ruby-on-rails-3.2,intuit-partner-platform,quickbooks-online,Ruby,Internet Explorer,Ruby On Rails 3.2,Intuit Partner Platform,Quickbooks Online,正如intuit文档所建议的,下面是我的application.html.erb文件: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ipp=""> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <script>

正如intuit文档所建议的,下面是我的
application.html.erb
文件:

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ipp="">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <script>
      intuit.ipp.anywhere.setup({menuProxy: '<%= bluedot_settings_url %>', grantUrl: "<%= authenticate_settings_url %>"});
    </script>
    <% if signed_in? && current_company.access_token.present? && current_company.access_secret.present? && current_company.realm_id.present? %>
      <ipp:blueDot></ipp:blueDot>
    <% end %>
   </head>

   <body> 
     <%= yield%> 
   </body>
</html>
我缺少什么,请告诉我


感谢

我们支持IE9及以上版本的小部件,但IE上的小部件出现了一些问题,我们的工程团队正在解决这些问题

请对照Intuit的示例应用验证您的设置,并查看它是否适用于IE9浏览器

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ipp="">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">