internet explorer - Silverlight 5 app from iframe not closing in IE9 -


i developing web application using dojo v1.8 , target machine runs ie9 , silverlight 5.1.20125. in web app, user can select tool toolbar @ top of page open in content pane (or iframe if external tool) below toolbar (only 1 tool can run @ time).

the bug encountering 1 of external tools opens in iframe runs silverlight app, , if user tries select tool, new tool won't open , silverlight application stays there. after checking dom tree, references silverlight application have been wiped, , new tool there instead (which desired behavior).

so question is, why silverlight application still being viewed when gone dom tree, , there way programmatically close javascript? also, not have access source code of silverlight application.

well did not manage solve issue directly. however, there bug ran involved java swing library not working on production machine. solution add following tag first element of head:

<meta http-equiv="x-ua-compatible" content="ie=emulateie8> 

this forces ie use ie8 instead of ie9. trick solved other issue, inadvertently solved issue well. here several links helped lead me solution (amongst others): http://sourceforge.net/p/djproject/discussion/671154/thread/d7662f61 http://msdn.microsoft.com/en-us/ie/ff959805.aspx#_compatibility_issues_with_1


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -