Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Rap 2.0 M3 issue with IE 8
Rap 2.0 M3 issue with IE 8 [message #986442] Tue, 20 November 2012 12:48 Go to next message
Avrajit Chatterjee is currently offline Avrajit ChatterjeeFriend
Messages: 68
Registered: September 2011
Member
Hi ,

We are using IE 8 and RAP 2.0 M3. We are getting the below error when we launch the application in IE.

Your browser or browser-setup is not supported.
Please use one of: IE 7+, Firefox 3.5+, Safari 4+, Google Chrome 7+ or Opera 10+.
Ensure that Javascript is enabled and XMLHttpRequests are allowed.

Any clues?
Re: Rap 2.0 M3 issue with IE 8 [message #986634 is a reply to message #986442] Wed, 21 November 2012 09:25 Go to previous messageGo to next message
Tim Buschtoens is currently offline Tim BuschtoensFriend
Messages: 396
Registered: July 2009
Senior Member
Hi.

It works fine for me in IE8 in 32bit Windows XP and on a IE9 in IE8-mode
in Windows 7 64bit. What's your setup exactly?

Also, to find out what's going on, could you please open the IE
Developer Tools (F12), go to the "Console" tab, and type the following
commands:

rwt.runtime.System.getInstance()._isBrowserSupported()
rwt.runtime.System.getInstance()._isModeSupported()
rwt.runtime.System.getInstance()._isXHRSupported()
rwt.client.Client.getEngine()
rwt.client.Client.getVersion()

The results should be true, true, true, "mshtml" and 8.

Greetings,
Tim



Am 20.11.2012 13:48, schrieb Avrajit Chatterjee:
> Hi ,
>
> We are using IE 8 and RAP 2.0 M3. We are getting the below error when we
> launch the application in IE.
>
> Your browser or browser-setup is not supported. Please use one of: IE
> 7+, Firefox 3.5+, Safari 4+, Google Chrome 7+ or Opera 10+.
> Ensure that Javascript is enabled and XMLHttpRequests are allowed.
>
> Any clues?

--
Tim Buschtöns

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: Rap 2.0 M3 issue with IE 8 [message #986737 is a reply to message #986634] Wed, 21 November 2012 13:48 Go to previous message
Avrajit Chatterjee is currently offline Avrajit ChatterjeeFriend
Messages: 68
Registered: September 2011
Member
Thanks a lot Tim. I got the issue by using the console commands that you mentioned. rwt.runtime.System.getInstance()._isXHRSupported()returned false.
I enabled native XMLHTTP support in options in IE and the problem got solved. Thanks for sharing very important piece of debugging ways.
Previous Topic:RAP 2.0 tool issue
Next Topic:Html markup support
Goto Forum:
  


Current Time: Tue Apr 23 16:42:40 GMT 2024

Powered by FUDForum. Page generated in 0.02938 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top