Ticket #8141 (closed Bug: fixed)
Sarissa is also used by KSS not just Kupu
| Reported by: | robgietema | Owned by: | mj |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.1.2 |
| Component: | KSS (Ajax) | Keywords: | |
| Cc: |
Description
In the Javascript Registry of the GenericSetup profile (Products/CMFPlone/profiles/default/jsregistery.xml) sarissa.js is added with the expression "python:portal.kupu_library_tool.isKupuEnabled(REQUEST=request)", so it will only be loaded when Kupu is active.
In the following javascript files: dom.js, plugin.js and serveraction.js located in the lib/python/kss/core/kukit/kukit folder Sarissa is still being used.
When a different wysiwyg editor is selected (like FCKEditor or TinyMCE) KSS will generate a javascript error "Sarissa is not defined" because sarissa.js is not loaded.
This change to the Javascript Registery was made on 02/22/08 (see: https://dev.plone.org/plone/changeset/19445)
