Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » RAP an Firefox 29
RAP an Firefox 29 [message #1341594] Thu, 08 May 2014 15:01 Go to next message
Nils Israel is currently offline Nils IsraelFriend
Messages: 71
Registered: May 2010
Member
Hi,
can anybody confirm that the RAP Interface (Scout 3.9) is not working with the new Firefox 29? The browser stops at the loading screen. I can still use the app with Chrome, IE and FF 27.

Kind regards,
Nils
Re: RAP an Firefox 29 [message #1342196 is a reply to message #1341594] Thu, 08 May 2014 21:02 Go to previous messageGo to next message
Bertin Kiekebosch is currently offline Bertin KiekeboschFriend
Messages: 330
Registered: August 2011
Senior Member
Hi,

I have two Eclipse RAP version 1.5 (not Eclipse Scout) applications in production. These indeed do not work anymore with the latest Firefox update. If you take a look at

https://bugs.eclipse.org/bugs/show_bug.cgi?id=433179

it explains the problem and has a fix for it.

Regards Bertin

Re: RAP an Firefox 29 [message #1343201 is a reply to message #1342196] Fri, 09 May 2014 07:16 Go to previous messageGo to next message
Matthias Nick is currently offline Matthias NickFriend
Messages: 197
Registered: August 2013
Senior Member
Hi Nils,
I aggree, Firefox 29 isn't working.

The Eclipse RAP-Team has fixed the issue in RAP 2.3. Basically you have two options to fix the issue:

1) The first possibility would be to migrate your project to the latest Scout version.

2) You can do the quickfix as described by the RAP team: https://wiki.eclipse.org/RAP/FAQ#Blank_page_or_client_crash_in_Firefox_29.2B
In order to do so, open the bundle which ends with
<your-project>.ui.rap
Open the file
web-resources/startup-body.html
and insert the following string
 <script type="text/javascript">(function(){try{var e=navigator.userAgent;if(e.indexOf("like Gecko")===-1&&e.indexOf("Gecko/")!==-1){if(!window.controllers){window.controllers={}}if(!navigator.product){navigator.product="Gecko"}}}catch(t){}})()</script>

After that the client should start as expected.

Let us know if it works in your case.

Best regards,
Matthias

[Updated on: Fri, 09 May 2014 07:17]

Report message to a moderator

Re: RAP an Firefox 29 [message #1349637 is a reply to message #1343201] Mon, 12 May 2014 09:28 Go to previous message
Nils Israel is currently offline Nils IsraelFriend
Messages: 71
Registered: May 2010
Member
Hi Bertin and Matthias,
thank you both for your help. It is now working with the provided Quickfix.

Kind Regards,
Nils
Previous Topic:Drag and Drop
Next Topic:application configuration management
Goto Forum:
  


Current Time: Tue Mar 19 04:47:04 GMT 2024

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

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

Back to the top