| thomas@nhi.no |
| Newbie |
|
| Norway |
|
|
| None Specified |
|
| Wednesday, November 2, 2011 |
| Friday, November 23, 2012 1:01:29 PM |
7 [0.04% of all post / 0.00 posts per day] |
|
|
Jeevanthi: Did you find a solution to your problems?
|
bump :p
We have another problem with the Altova Authentic component and Internet Explorer 9. Some users reports back that it's really slow.
They start to type and it takes seconds before it shows in the browser.
Any solutions to this problem ? or the onbeforeunload problem ?
|
|
bump
|
vlad wrote:Works for me with IE9. Are you using the latest Authentic version?
Can you you send me a working sample/layout?
|
just tested with a minimal setup.. if I browse to a new url the onbeforeunload fires, but if I try to close the browser.. i just closes. :/ any ideas?
<HTML> <head> <script> function closeIt() { return "Any string value here forces a dialog box to \n" + "appear before closing the window."; } window.onbeforeunload = closeIt; </script> </head> <body> <object id="Object1" codebase="/cabs/authenticbrowseredition_x64.cab#Version=14,0,0,1" classid="clsid:B4628728-E3F0-44a2-BEC8-F838555AE780" width="1000px" height="800px"> <param name="TextStateToolbarLine" value="2" /> <param name="EntryHelpersEnabled" value="true" /> <param name="SaveButtonAutoEnable" value="true" /> <param name="SaveButtonUsePost" value="true" /> <param name="LoaderSettingsFileURL" value="/cabs/loadersettings.xml" /> </object>' <script type="text/javascript"> var oAuthentic = document.getElementById('oAuthentic'); </script> </body> </html>
|
Hi,
yes, tested with 2011 version(s) and the new 2012 version. Same result - the event wont fire and the browser just closes. Do we need to have any special settings enabled in IE9 ?
The event fires in IE7, IE8, FireFox x and Chrome.
|
Hi,
In IE9, the window.onbeforeunload does not fire when closing the browser if the Altova component is included in the page. It fires if we go to another page/url.
The same code works in IE7 and IE8.
Any solutions to this problem ?
|
|