Whenever I try to open the editor in firefox the FCKPanels from the color dropdown, styles dropdown, etc... are displayed with no way to hide them which in turn makes it where it is impossible to edit the content.
I've actually posted this several times and unfortunately no one has been able to tell me what the problem is. Because of this I ended up starting from scratch with version 2.4.3 and didn't change anything. Worked great in IE but as soon as I opened it in firefox it was the same problem again.
I am using the liferay portal to open my portlet and then it generates the editor by calling the correct javascript. Has anyone tried to use this with liferay and gotten the same problem (or just had this problem in general)? Would anyone know what "might" be causing this problem?
Thanks for any help or suggestions you can give.
I've actually posted this several times and unfortunately no one has been able to tell me what the problem is. Because of this I ended up starting from scratch with version 2.4.3 and didn't change anything. Worked great in IE but as soon as I opened it in firefox it was the same problem again.
I am using the liferay portal to open my portlet and then it generates the editor by calling the correct javascript. Has anyone tried to use this with liferay and gotten the same problem (or just had this problem in general)? Would anyone know what "might" be causing this problem?
Thanks for any help or suggestions you can give.
Re: Firefox display problem? liferay portal?
Re: Firefox display problem? liferay portal?
Might it be possible to provide a bit of code. I realize you may not want to provide too much, however a little peak at exactly what you are trying to accomplish might help to clarify the issue. I believe I am doing something similar, the exception being I am loading my editor with the load event of extjs. I have my own issues, however the editor isn't having any issues loading.
Re: Firefox display problem? liferay portal?
Re: Firefox display problem? liferay portal?
This code comes from my portlet code. This is what I use to implement the editor in the portlet. Granted it is in a java function but I'm pretty sure everything else in the portlet is irrelevant.
Thanks for the help
Re: Firefox display problem? liferay portal?
Looking at your code I would suggest you wrap all your editor code w/in your onload event ... which is sounds like you are going to do. Good luck.
Re: Firefox display problem? liferay portal?
Screenshot of what's happening:
screenshot.gif
Attachments:
Re: Firefox display problem? liferay portal?