i'm displaying FCK on a page below a div that contains other optional form items that get submitted with the editor contents. the optional items can be hidden by clicking a link, which simply call a javascript function to set the display of the div to "none".
i'm having 2 problems with this:
1. when you click the link to hide the top div the toolbar on the editor collapses - even if StartToolbarExpanded is set to true.
2. when you click the link to un-hide the top div IE generates a javascript error:
" 'null' is null or not an object "
someplace in fckeditor.html (you know how bad the error reporting is in IE).
it's almost as if the editor partially unloads or something.
has anyone seen anything like this? any help would be greatly appreciated.
thanks.
i'm having 2 problems with this:
1. when you click the link to hide the top div the toolbar on the editor collapses - even if StartToolbarExpanded is set to true.
2. when you click the link to un-hide the top div IE generates a javascript error:
" 'null' is null or not an object "
someplace in fckeditor.html (you know how bad the error reporting is in IE).
it's almost as if the editor partially unloads or something.
has anyone seen anything like this? any help would be greatly appreciated.
thanks.
RE: toolbar spontaneously collapses in IE
-Lord Lucifer
-ps microsoft offers a "script debugger" that once installed provides much more information
RE: toolbar spontaneously collapses in IE
thanks, good suggestions...cause i checked them out too so, no conflicting classes or IDs, and the html is well formed, so this is a very mysterious one.
even if i set the toolbar so that it is not collapsable, it still collapses.
i didn't know about the script debugger (or i did and forgot about it) so i'll check it out. i might also try to build a small test case to see if i can narrow down the problem. if i find anything useful i'll post it.
thanks again.
anybody else seen anything like this?