Search found 2 matches

by jfried
Fri Nov 20, 2009 5:43 am
Forum: Bugs
Topic: Staticpage and TinyMCE, 1.5beta1 FIX
Replies: 1
Views: 1718

Re: Staticpage and TinyMCE, 1.5beta1 FIX

Ok so placing []'s in the ID attribute is not too smart, as its non compliant.
SO . or _ should be used instead.

This goes for normal article id tags, which would hinder custom css skinning.
by jfried
Thu Nov 19, 2009 6:58 pm
Forum: Bugs
Topic: Staticpage and TinyMCE, 1.5beta1 FIX
Replies: 1
Views: 1718

Staticpage and TinyMCE, 1.5beta1 FIX

I found the editor would only load on the static page content text area and not the pre-content.
Also any changes were not saved properly.

I dug around and found its a problem with the way TinyMCE is configured in its plugin, it looks for fields with the id of serendipity[plugin][content] and ...