Firefox 11.0 issues?
I just upgraded to the new firefox 11.0 and it seems when logging on to the panel it just stays there forever not showing me the page just keeps loading. Anyone else have this issue?
Currently using FOP2 2.25
Currently using FOP2 2.25
Comments
For fop2, (since version 2.24), edit /var/www/html/fop2/js/presence.js and set
disableWebsockets=true
In Firefox
about:config
and set
network.websocket.enabled = false
Best regards,
We did resolve the issue by disabling websockets in Firefox but would prefer not to do this since it will change the way Firefox engages with other applications and websites.
Any suggestions?
Do you have an ETA on when this will be resolved?
Thanks for your insight!
What if you have version 2.20?
Here it's not possible to set the disableWebsockets=true in the /var/www/html/fop2/js/presence.js
Best regards
/JB
disablewebsockets in fop2.cfg WORKS FINE. The problem is that the presence.js file is CACHED in your browser, you can force refresh that file
http://your.server/fop2/js/presence.js
read it, is disableWebsockets disabled? yes? no? If the file is cached (old contents), shift-RELOAD the page until you see it changed. Then go back to the /fop2 regular page, and shift-RELOAD there.
Anyways, fop2 version 2.26 was just released. Works with firefox 11.
Best regards,
If you have FOP 2.20 you will have to upgrade FOP2 or disable websockets in firefox:
about:config
network.websocket.enabled=false
Best regards,
I have inserted this line into /var/www/html/fop2/js/presence.js:
var disableWebSockets = true;
But this will not resolve the issue. I also tried adding the same line to /usr/local/fop2/fop2.cfg, and again did not solve the issue. Is there a syntax error? Do I need to reboot the server? I have also tried clearing cache in firefox, and 'force updating' presence.js by navigating directly to it in the browser. More info?
John
I notice that in some place on this forum it's written "disableWebsockets", sometimes "disableWebSockets", and in my presence.js file and on the installation manual site "disabeWebSocket".
Can you please confirm what is correct?
Thank you
Best regards,
I have an autodirect from http to https. In IE, the fop2 is extreamly slow to connect and when it finally does, it doesnt show correct values (it shows all extensions as connected and then just freezes like that).
If i disable the ssl autodirect it works fine.
In chrome it works fine also with ssl.
If it has nothing to do with websockets, any ideas?