Ticket #8141 (closed Bug: fixed)

Opened 4 years ago

Last modified 3 years ago

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)

Change History

comment:1 Changed 4 years ago by wichert

  • Owner changed from ree to mj

comment:2 Changed 4 years ago by mj

  • Status changed from new to closed
  • Resolution set to fixed

(In [20980]) Sarissa is also used by KSS, so load it when non-anonymous (like the KSS libraries). Fixes #8141.

comment:3 Changed 3 years ago by hannosch

  • Milestone changed from 3.1.3 to 3.1.2
Note: See TracTickets for help on using tickets.