Hi,
On my page i have 5 divs and at a time one div is displaying. for other divs i am setting the property display as "None". The Problem is when page loads, all the instances of FCKEditor resides in divs which has display property to none when i set the display property of div which contains fckeditor to true it does not display the editor instead it displays white block
On my page i have 5 divs and at a time one div is displaying. for other divs i am setting the property display as "None". The Problem is when page loads, all the instances of FCKEditor resides in divs which has display property to none when i set the display property of div which contains fckeditor to true it does not display the editor instead it displays white block
RE: FCKEditor does not work in Mozilla
A solution would be to start the page with visibility:hidden and display:block on the div, then after FCKeditor has been initialised, change it to visibility:visible and display:none
Kae
Re: FCKEditor does not work in Mozilla
If I paste the same code to create the editor elsewhere on my page (i.e. a non-hidden bit) it works fine.
I've tried setting display:block as suggested but it made no difference. My DIV is hidden at page-load time and made 'visible' later- I don't use display:none.
Any advice would be appreciated.
Thanks
ACD
Re: FCKEditor does not work in Mozilla
I also am having a similar issue in FF. Does your textarea remain empty with each click of your button, or only the first time the button is clicked? See my post to get a better idea of the issue I am referring to:
http://www.fckeditor.net/forums/viewtopic.php?f=6&t=6891#p18364
Re: FCKEditor does not work in Mozilla
ACD
Re: FCKEditor does not work in Mozilla
Those darn quotes. Most of the time when I'm having an issue I take a step back and ask myself what stupid mistake I made. Sometimes it takes a little time to actually figure it out.