1

rhodes app でエラーが発生しています。

私/アプリ (379): 私は 08/19/2011 14:59:45:680 afd4d440 ChromeClientNew| IERARCHY_REQUEST_ERR: DOM 例外 3: ノードが属していない場所にノードが挿入されました。-- http://127.0.0.1:8222/public/jqtouch/jquery.1.3.2.min.jsの 12 行目から

E/Web コンソール( 379): HIERARCHY_REQUEST_ERR: DOM 例外 3: ノードが属していない場所にノードが挿入されました。http://127.0.0.1:8222/public/jqtouch/jquery.1.3.2.min.js:12

私は何が間違っているのかわかりません。

それが生成されているためですか?

私のコントローラーコード、ビューは、他の場所から呼び出そうとすると正常に実行されます。

他のすべてのビューは正常に動作しています。

私のlayout.erbファイルは

<% is_bb6 = System::get_property('platform') == 'Blackberry' && (System::get_property('os_version') =~ /^6\.0/) %>

<% if is_bb6 %>  
  <meta name="viewport" content="width=device-width; height=device-height; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<% else %>
  <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>      
<% end %>

<% if System::get_property('platform') == 'APPLE' || System::get_property('platform') == 'ANDROID' || is_bb6 %>
  <script src="/public/jqtouch/jquery.1.3.2.min.js" type="text/javascript"></script>
  <script src="/public/js/rhogeolocation.js" type="text/javascript"></script>
  <script src="/public/jqtouch/jqtouch.js" type="text/javascript"></script>
  <link href="/public/jqtouch/jqtouch.css" type="text/css" rel="stylesheet"/>
  <% if System::get_property('platform') == 'APPLE' %>
    <link href="/public/jqtouch/jqtouch-iphone.css" type="text/css" rel="stylesheet"/>
  <% end %>
  <script type="text/javascript" charset="utf-8"> $.jQTouch(); </script>
<% end %>


<% if System::get_property('platform') == 'APPLE' || System::get_property('platform') == 'ANDROID' %>
  <link href="/public/css/global.css" rel="stylesheet" type="text/css" />
  <link rel="stylesheet" href="/public/css/retina.css" media="all and (-webkit-min-device-pixel-ratio:2)">
  <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;">
<% elsif is_bb6 %>
  <link href="/public/css/android.css" type="text/css" rel="stylesheet"/>
<% elsif System::get_property('platform') == 'Blackberry' %>
  <link href="/public/css/blackberry.css" type="text/css" rel="stylesheet"/>
<% else %>
  <link href="/public/css/windows_mobile.css" type="text/css" rel="stylesheet"/>
<% end %>

4

0 に答える 0