Hi
I have installed CKEditor 3.2 and everything works so far and is far less buggy than Xinha which I have been using for years until my patience with it ran out!
However there is one frustrating but small problem and that is the layout of the popups is messed up. It looks like it is not finding the css correctly so all the boxes are there but they are bunched up and hard to read.
I do not get the problem with the samples so I know it is installed correctly. I can only assume that my own css files are interfering somehow, maybe the same name, I dont know.
Can anyone give me some pointers as to where to look please.
Thanks
I have installed CKEditor 3.2 and everything works so far and is far less buggy than Xinha which I have been using for years until my patience with it ran out!
However there is one frustrating but small problem and that is the layout of the popups is messed up. It looks like it is not finding the css correctly so all the boxes are there but they are bunched up and hard to read.
I do not get the problem with the samples so I know it is installed correctly. I can only assume that my own css files are interfering somehow, maybe the same name, I dont know.
Can anyone give me some pointers as to where to look please.
Thanks
Re: Popup style problem
More info on this, when I remove my own stylesheet for the page that is calling CKEditor then the dialogs are formatted correctly. Is it right that a local page css file could interfere with the styling of the editor? Any ideas on how to fix as my page doesnt look great now
UPDATE: The problem is caused by the fact that CKEditor is using "label float:left" from my style.css. I think this is a bug, ok a very small one that noone else will ever find but for me at least it is a pain...
Re: Popup style problem
And yes, your stylesheet can create problems with the CKEditor elements if you don't scope your rules properly or if you have set them in a way that they get higher priority than the ones specified by the CKEditor skin.