javascript - Windchill app - Wizard hangs in infinite loop in IE -


i have problem parts of windchill app run infinite loops. following seems appear sometimes: i'm using wizard , created 2 steps add table. wizard opened in popup window , loads first step. found out step defined in html (div id "wiz_step_contents") gets loaded adjacent tag (div id "wizard_viewport"). believe caused extjs.

the first step includes script-tags, when step loaded, scriptfiles loaded too.

however, when using fiddler track network log, (and in ie), included scriptfiles loaded infinite times until close browser window.

and question: how windchill load new steps? there way step loaded again, say, if flagvariables aren't set should set?

edit: seems caused java fileupload applet... ideas?

jat, have tried disabling java file upload applet in favor of basic browser functionality? can set - personal - preference. quicklinks>my settings>preferences. looking "file upload mechanism".


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -