Hi!
I'm using the Final Candidate Preview (FCP) with FireFox 1.0. (FF) Whenever a dialog is opened (the smilies, link, images dialogs etc.) and the OK button is pressed after making some changes, Firefox just freezes, and I have to kill the application. This does not happen when hitting Cancel in any dialog. I'm using the php connector and everything is running on Linux.
This does not happen in 2.0 RC3. With this version, images get inserted, etc, but the cursor does not move with the arrow buttons, the Home and End keys do not work, etc. I know that 2.0 FCP fixed this (provided that you clear FF's cache), but the bug that's causing the freeze with the dialogs is putting me back to square one.
Another interesting thing: As soon as a dialog is invoked (any dialog, like, e.g. the link/image dialogs), and I take a look at the JavaScript Console in FF, it has a few dosen "Error: too much recursion" entries. Any ideas? (This happens with RC3 as well, but the dialogs can execute and images do get inserted, without freezing FF).
Did anyone experiece the same type of problem before? (I did not find anything when searching the forums). Could this be config-related?
Thank you for your time.
Sat, 03/26/2005 - 15:27
#1
RE: Firefox 1.0 Freezes with 2.0 FCP Dialogs
Hi, check this bug i reported: https://sourceforge.net/tracker/index.p ... tid=543653
It includes a fix!
RE: Firefox 1.0 Freezes with 2.0 FCP Dialogs
Ahhhhhhh, thank you very much! It worked indeed, now I am very happy. I really hope this bug gets fixed, because it causes FF to crash
For anyone else who might read this, and have the same problem, here is a quick and dirty fix (no need to re-package), based on sjaakvoz's bug report:
1) Locate the file [basedir]/editor/js/fckeditorcode_gecko_1.js
2) Search for the string:
window.focus();
and delete it. It appears within a try() block in 2.0 FCP.
Many thanks to sjaakvoz!