Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.1-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2008 at 23:21 UTC
Updated:
7 Jul 2009 at 19:40 UTC
The input textarea will not show the "Switch to default input editor" until the Source is clicked and then reclicked.
Comments
Comment #1
k2xl commentedThe GeSHI filter (syntax highlighting filter) doesn't seem to work with the editor.
Comment #2
wwalc commentedCould you provide more details on this?
I have installed GeSHi Filter and I couldn't observe any issues on my local server.
Open Firebug in Firefox and check if there are any javascript errors.
Please create a step-by-step instruction to reproduce this issue.
Thanks in advance.
Comment #3
k2xl commentedI'm not on the computer at the moment, but what usually happens is that if I use code tags around text and save it, it appears fine. However, when I go back to edit the text is where I have problems (some text is removed).
I'm not on my computer with Firefox, but I can check the console for js errors when I get back, just wanted to give more details.
Comment #4
crischan commentedFCKEditor replaces newline-characters inside code-tags when loading. it does not for pre-tags.
Use [code]-tags (use square brackets - enable use of them for geshifilter first) inside a pre-tag in FCKEditor and add "white-space: normal" to css for div.geshifilter.
That works for me.
Comment #5
Jorrit commentedClosed because of inactivity. If it is still a problem, please reopen.