Summary | Ubuntu 14.04 ships ckeditor 4.3, breaks HTML editor |
Queue | Horde Base |
Queue Version | 5.1.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | ola (at) clickworkorange (dot) com |
Created | 05/10/2014 (4055 days ago) |
Due | |
Updated | 05/12/2014 (4053 days ago) |
Assigned | 05/10/2014 (4055 days ago) |
Resolved | 05/12/2014 (4053 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Not sure what Ubuntu's ckeditor package has to do with Horde.
server, which was started from clean recently and only has Horde,
Apache, Postfix and Dovecot installed. Something must have pulled that
in as a dependency, maybe because I chose to use the Ubuntu
"php-horde-wemail" package to install Horde, rather than Pear. In any
case, the symlink in horde/js/ pointing to ckeditor_basic.js in
/usr/share/javascripts/ckeditor was broken in my installation as no
such file existed. Trying to use the HTML compose in IMP jsut gave a
me a "Loading...", and in the JS console I had an error about ckeditor
being undefined - which led me to the solution: downgrading the
installed version of ckeditor to the previous one fixed the problem
and no other action was needed.
In the process I looked at the ckeditor website and saw that the
current version has ditched the different "modes" in favour of letting
the user customise ckeditor.js before downloading, a bit like how
jQuery do it. This explains why the _basic file was missing in the
installed version: it's no longer part of the ckeditor package.
It may be that no action is needed from Horde team, but I thought I'd
report and let you be the judge. My apologies if I've wasted your time.
State ⇒ Feedback
Priority ⇒ 1. Low
Not sure what Ubuntu's ckeditor package has to do with Horde.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Ubuntu 14.04 ships ckeditor 4.3, breaks HTML editor
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
HTML composition to work. Some digging revealed that the symlinked
script "ckeditor_basic.js" was missing from my ckeditor installation.
Apparently ckeditor has switched to a new file organisation with
version 4 and "ckeditor_basic.js" is only available in versions below.
I had to downgrade to Ubuntu 13.10's version (which is 3.6.1-1) to get
HTML composition to work.
Apologies if I'm posting this in the wrong queue - I'm new to Horde
and not sure how extensively ckeditor is used by the different
applications. Maybe this belongs in the IMP queue...