私はJavascriptを使用してWindows8アプリを書いています。Windows 8エミュレーターを使用してアプリをテストすると、この問題が発生しました。これはui.jsのバグのようです。
Exception was thrown but not handled in user code at line 22600, column 25 in ms-appx://microsoft.winjs.1.0.rc/js/ui.js
0x800a138f - JavaScript runtime error: Unable to get property 'style' of undefined or null reference
If there is a handler for this exception, the program may be safely cont
この線を指しています。
that._viewport.style.opacity = 1.0;
コンソールログ
SCRIPT5007: Exception was thrown but not handled in user code at line 22600, column 25 in ms-appx://microsoft.winjs.1.0.rc/js/ui.js
0x800a138f - JavaScript runtime error: Unable to get property 'style' of undefined or null reference
File: ui.js, line: 22600 column: 25
更新: 本日2012/08/09。アプリを実行すると、jquery.jsとui.jsにもう1つの奇妙なエラーが生成されます。それらの何が問題になっていますか?
'WWAHost.exe' (Script): Loaded 'Script Code (MSAppHost/1.0)'.
Exception was thrown at line 5200, column 4 in ms-appx://7034140f-baab-4c76-b27c-2a4c76641550/js/jquery.js
0x800a139e - JavaScript runtime error: SyntaxError
Exception was thrown at line 28908, column 30 in ms-appx://microsoft.winjs.1.0.rc/js/ui.js
0x80004005 - JavaScript runtime error: Incorrect function.