Le Monday 26 November 2007 04:09:52 Robert McQueen, vous avez écrit :
> Hi guys,
Hi !
> After running into this bug, I spent a while debugging in Firefox with the
> DOM editor and error console. Even after editing the DOM to make the Save
> button sensitive, it doesn't actually have any defined action. I realised
> from the error console that there was a JavaScript error accessing the
> tinyMCE object, so the functions which sets up the button callbacks and
> makes them sensitive never get called. And the reason I don't have a
> TinyMCE object is because I don't have tinymce installed, so the
> include(.../tiny_mce_src.js) fails.
>
> So, installing tinymce and uncommenting the appropriate apache
> configuration as explained in README.Debian fixed this issue for me. It
> looks like the package has a patch to make it optional in the Compose
> screen, but needs a similar patch to the Identities (Edit and New)
> screens, or some preference about whether or not to use MCE editing isn't
> getting applied properly.
>
> Hope this helps.
Thanks for your help, I was indeed fixing this today :-)
We'll pass tinymce to depencies and let patch apply cleanly.
However, it would be nice if upstream authors could release tarballs that do
not include external dependencies, we *have* to remove them from our package
and that's a perfect way to introduce new issues ... ;-)
Romain