Hi Florian,
On Apr 28, 2008, at 1:11 PM, Rustedt, Florian wrote:
Hello list,
As developer in a small corporate, we want to use xwiki for internal
documentation, but our managers are actually against it, because of
the
extremely buggy WYSIWYG-editor under Mac-OS X/Safari.
Therefore, i searched the bug-database, but this one isn't even
considered for beeing important in the next releases!!
So now, i have two possibilities:
1. Throw away xwiki as wiki for us, what i would deeply regret, or
2. implement tinyMCE v3 in xwiki
Can anybody give me a short introduction in how i can do this if it is
(at all) possible?
Yes it's very much possible (current version used is 2.0.6.1).
BTW there's a jira issue existing for this:
http://jira.xwiki.org/jira/browse/XWIKI-906 (not that it'll help but
at least you can register your progress there).
Is it (that's my biggest hope) just modular and
easy upgraded, or not?
I think so... Check the tiny-mce directory under the xwiki webapp in
your filesystem. This is the part that you need replace with the new
version and adapt if need be.
You can also check the editwysiwyg.vm file in templates/ which the
place where the wysiwyg editor is called. There are some init config
there.
Unfortunately, i have not much time for this, so i
can't take an
indept
look at xwiki-development, i must find a way to do this just in the
part, that's responsible for the editor...
Also note that we're currently working on a brand new wysiwyg editor
based on GWT. However it's not ready yet (we hope to have a first
version in September).
Thanks
-Vincent