Hello guys,
I really hope someone could help me with this. I have site with multi lingual support and I'm using jQuery Tabs for the different languages i.e keeping hidden div with fields for each tab.
I have one FCKEditor instance for each hidden div and here comes a problem in IE6/7. When I type sample text data in one of the editors and I move on to the next tab, IE6/7 generates the following error:
Line: 1
Char: 1
Error: Unspecified error
Code: 0
I think that the error pops up when the hidden editor is made visible. Also I have noticed that the cursor in the FCKeditor is located on it's last position from the previous tab where I have written the sample data. When I click somewhere in the textarea it goes to where it should be - at the beginning of the area.
The error happens on boths IE6 and IE7. I have updated to the latest version of FCKeditor but no luck with this error. If someone can help me solve this problem I will appreciate. If no one has idea, can you please tell me how to decompress the compressed fckeditorcode_ie.js file in order to start debugging line by line. I see the _source folder but I don't know how to use it.
Thank you in advance. Any help will be appreciated.