MSFN Forum: Issues with Internet Explorer 9 - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Issues with Internet Explorer 9 There are going to be alot Rate Topic: -----

#1 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,090
  • Joined: 13-November 05

Posted 23 March 2011 - 01:39 PM

Internet Explorer 9 is going to be a nightmare for me. Some people have had script errors, while others have no problems at all. Please post your bug reports here for IE9 only. A screen shot of the error would be good, too (english please).

I will try to get the kinks worked out as fast as I can.


#2 User is offline   XtremeMaC 

  • MSFN SuperB
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5,070
  • Joined: 13-October 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 March 2011 - 03:27 AM

Even though I did not open many tabs, ie9 has been closing and recovering my tabs. (not sure if plug-in related)
this is most probably Internet download manager integration issue but whenever I click on Download All (right click menu) my tab gives an error and ie recovers it..

my main reason to stumbling upon this thread was that when I want to create a link on my desktop my dragging the URL of the page to my desktop, it wants to open the page in a new window. whilst this might be the new "feature" of IE9, it is very annoying. I just want to create a link on my desktop and close the tab. now its annoying. and I could not find anything in the options to prevent this..

also IE9 is eating up my memory so much more than ie8 and opera/chrome/ff..

now I've 14 tabs with 3 IE windows. and it is consuming a total of 3465MB of memory..IE is always like this but ie9 just opened a new memory hog era for me..

#3 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,090
  • Joined: 13-November 05

Posted 24 March 2011 - 01:38 PM

Thanks. But I meant issues with using WPI with IE9.

#4 User is offline   crash1977 

  • Group: Members
  • Posts: 4
  • Joined: 10-April 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 April 2011 - 11:38 AM

When i use WPI with IE9 i have this error:
A script on the page is slowing the execution of web browser
If it continues to run, your computer may become unresponsive

#5 User is offline   DJPro 

  • Member
  • PipPip
  • Group: Members
  • Posts: 115
  • Joined: 15-June 05

Posted 13 April 2011 - 05:41 PM

Hi Mritter,

This is the error I got with IE9.

scripterror in WPI/WPIscripts/themes.js
line 352
sign 4
lblselections not defined
code 0

Best Regards, DJPro

This post has been edited by DJPro: 13 April 2011 - 05:44 PM


#6 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,090
  • Joined: 13-November 05

Posted 14 April 2011 - 12:52 PM

What version are you using? That line is nothing in the latest few versions.

#7 User is offline   DJPro 

  • Member
  • PipPip
  • Group: Members
  • Posts: 115
  • Joined: 15-June 05

Posted 14 April 2011 - 02:45 PM

View Postmritter, on 14 April 2011 - 12:52 PM, said:

What version are you using? That line is nothing in the latest few versions.


you are right, sorry not to mention I use version 8.0.2

#8 User is offline   bubblesbarreiro 

  • Group: Members
  • Posts: 1
  • Joined: 21-April 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 April 2011 - 06:42 PM

JUST INSTALLED EXPLORER 9.....THE SCRIPT ERRORS APPEAR WHEN I TRY TO PRINT CONTENT OF EMAILS THE ERROR BOX SAID. UNSPECIFIED ERROR, CODE 0, URL res://leframe.dll/preview.js
GOOD LUCK AND I'LL BE CHECKING IN FROM TIME TO TIME TO SEE IF ANYONE HAS COME UP WITH A SOLUTION

#9 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 22 April 2011 - 12:05 AM

View Postcrash1977, on 04 April 2011 - 11:38 AM, said:

When i use WPI with IE9 i have this error:
A script on the page is slowing the execution of web browser
If it continues to run, your computer may become unresponsive

I have the same errors when some programs are installing with WPI 8.1.0 (Windows 7 Ultimate SP1 and IE9 integrated); like mzBackup.exe or ClassicShell.exe or AdobeReader!

The message box appears and the installation freeze!
This trouble is only with an silent install on my computer and not with Oracle VM VirtualBox! Weird

#10 User is offline   Sentionline 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 31-July 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 May 2011 - 11:58 AM

Quote

A script on the page is slowing the execution of web browser

I fix this Problem with a custom Autoit Script. To use it, put it as first execution command in WPI (Options).

AutoItSetOption ("WinTitleMatchMode", 2)
AutoItSetOption ("WinSearchChildren", 1)
While ProcessExists ("mshta.exe")
If WinExists ("Post-Install", "Stop") Then
WinActivate ("Post-Install", "Stop")
ControlClick ("Post-Install", "Stop", "Button2")
EndIf
Sleep (250)
ContinueLoop (1)
WEnd


This script will be copied to the @Tempdir;

FileCopy ("Start.cmd", @TempDir, 1)
FileCopy ("Start.exe", @TempDir, 1)
Sleep (2000)
Run ("Start.cmd", @TempDir, 1)
Exit


and executed there by cmd script;

START start.exe /B


If started, it will be Loop run in the Taskbar, waiting for the error message. If error message exists, it will be activete it and klick "No". WPI will automaticly continue, while the script starts with cmd command. If WPI Progress closed, script will be end. I have no other idea to fix this error. Today i use WPI 8.1.0 and i see now that 8.2.0 has been released. Try the new version...

€dit; Nope. v8.2.0 has also this error. Download via File-Upload.

Posted Image

Greetings from Germany.

Attached File(s)


This post has been edited by Sentionline: 23 May 2011 - 06:52 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy