The input textarea will not show the "Switch to default input editor" until the Source is clicked and then reclicked.

Comments

k2xl’s picture

Title: Input Messes up until Source Toggled back and forth » GeSHI Filter Compatability
Component: User interface » Miscellaneous

The GeSHI filter (syntax highlighting filter) doesn't seem to work with the editor.

wwalc’s picture

Status: Active » Postponed (maintainer needs more info)

Could 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.

k2xl’s picture

I'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.

crischan’s picture

FCKEditor 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.

Jorrit’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closed because of inactivity. If it is still a problem, please reopen.