Hello,
This is our first post and we are using the ckeditor 4.3.3 ( full version). We are seeing the issue with ckeditor on Firefox 24 ESR on Mac 10.8. Chrome/Safari it works fine on mac and this even works fine on Firefox 24 ESR on Windows.
We are replacing the <div> tag with the ckeditor using the appendTo() method call and when ckeditor is created first we are not able to see the caret /cursor inside the editor. Also if try to place the cursor it is getting disappeared. It doesn't allow us to type anything but when we toggle between Source view mode to WYSIWYG mode cursor /caret reappears and we are able to type the characters. But again after some time cursor disappears again and editor doesn't allow us to type any characters.
Please note this issue is happening only on Firefox 24 ESR on mac. Other browser and operating system we are not seeing this issue. Could you please let us know is this already bug for FF on Mac or what we are doing wrong? I am attaching the sample javascript console logs for your reference.
Also, we do tried the workaround mention in below links
https://dev.ckeditor.com/ticket/5842
https://dev.ckeditor.com/ticket/8209
Hello,
Hello,
Can anyone can reply to my problem?
Hi,
Hi,
I have just tried samples in CKEditor and didn't get this issue.
I'm talking about something that can be put in samples folder of editor and will show this problem.
Hi,
Hi,
Thanks for the reply. It happens both on FF 24 ESR and FF 27 both.
Application is in Flex(Flash) and on clicking a button it popups a dialog which loads the jsp page having ckeditor. Some of the javascript function are part of the action script class which opens the dialog and loads the JSP page containing ckeditor. I have commented those statements in my HTML page hence OK and Cancel button will not work. We are using the ckeditor full with version 4.3.3. As I said the work around for this is click the source button in ckeditor and cursor or caret shows up and we are able to type. But again after sometimes the issues reappears.
Thanks for all your help and please let us know if you need anythng further.
Attachments:
Application is in Flex(Flash)
I don't see anything wrong in your code except for note below.
NOTE:
This should be specified like this config.extraPlugins='font,justify,button'
Thanks for the reply. I will
Thanks for the reply. I will try your suggestion and will let you know. Appreciate the prompt reply.