I am using fckeditor on a page where I can enable/disable the table area where it is displayed. This is done the standard way with JS to change the table style display attribute to 'none' and then back to ''.
All works fine in IE 6 but in Firefox when the editor is table style is changed from 'none' back to '' to show the edtor - it appears but you can not click in the textarea to insert any text. Also the Bold, Italic, Underline toolbar icons will all get hightlighted like they are selected.
No javascript errors
I've cleared cache, cookies, history and I get the same.
Has anyone seen this or know what may be the cause?
All works fine in IE 6 but in Firefox when the editor is table style is changed from 'none' back to '' to show the edtor - it appears but you can not click in the textarea to insert any text. Also the Bold, Italic, Underline toolbar icons will all get hightlighted like they are selected.
No javascript errors
I've cleared cache, cookies, history and I get the same.
Has anyone seen this or know what may be the cause?
RE: Firefox issue after disable/enable display
RE: Firefox issue after disable/enable displa
I am having this exact same issue. Did you find a solution to this?
Interesting that your enable/disable works in IE6, mine doesnt work in IE6 or FireFox.
(What I was able to find out is that in FireFox if you click the "Source" button in FCK (to view the HTML) and then click it again to go back to WYSIWYG mode, FCK gets RESET and back to normal working mode!! So this is basically somehow a problem in that FCK needs its state to be shocked into normality.
My thinking is that if when you disable and then re-enable the table (or layer, or how ever you are hiding the FCK editor area) if you can fire these two events ( (1) -> "Show Source" and then (2) -> "Show WYSIWYG")) you can basically solve this problem. I havent been able to figure out how I can manually fire these events?)