On Wed, 6 May 2009, Andreas Hartmann wrote: > Rainer Schöpf schrieb: > > On Tue, 5 May 2009, Andreas Hartmann wrote: > > > > > Jürgen Ragaller schrieb: > > > > […] > > > > > Beside the BXE-Schema not beeing kompatible with Tiny (and > > FCKEditor) there > > > > is a important bug still open for TinyMCE: > > > > https://issues.apache.org/bugzilla/show_bug.cgi?id=43990 > > > > (TinyMCE editor doesn't convert images to lenya-document:{uuid} syntax > > ) > > > > This should be fixed now. It would be great if someone else could > > test it, > > > TIA! > > > > I will do this during this week. I believe I have also the necessary > > changes to make the TinyMCE edit comform to the HTML-Basic DTD. > > Cool – would that mean we can promote TinyMCE without any alterations to the > schema?
I certainly hope so. There is one problem though: TinyMCE insists on the name attribute for anchors, instead of the <A id="something"/> required by the schema. The only way around this I can think of is to use the cleanup_callback javascript function to convert when TinyMCE is started and convert back when content is saved (and possibly some extra conversions when switching between normal editing mode and HTML source editing mode). I've made these changes to our own lenya site and am now waiting for complaints ;-) By the way, feel free to add DANTE e.V. http://cms.dante.de/dante/index.html to the live sites list. It will replace www.dante.de as soon as all relevant content is copied and all links are updated. > > Is > > https://svn.apache.org/repos/asf/lenya/branches/BRANCH_2_0_X/ > > > > the correct branch against which I should test? > > Yes, this is the correct branch. Thanks, I built it and found that https://issues.apache.org/bugzilla/show_bug.cgi?id=46367 ( textarea elements in a web page are not handled properly by TInyMCE ) is not fixed. > Thanks a lot for taking your time so help! You're welcome. Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
