Project

General

Profile

Actions

Bug #64165

closed

Mixed up configuration options of the Abbreviation RTE plugin

Added by Alexander Stehlik over 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2015-01-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

As far as I understand it there seems to be a mixup of configuration options in the abbreviation / acronym plugin of the rtehtmlarea RTE.

In the Abbreviation.js file there options are currently used:

this.pageTSConfiguration.noAcronym
this.pageTSConfiguration.noAbbr

As far as I understand it, these option should disable the acronym / abbreviation tabs. So when both are set to FALSE, the button is not available. Makes sense.

What does not make sense is that these options are also used to determine if there are predefined acronyms or abbreviations.

The main error is that the values are overwritten in the buildJavascriptConfiguration() method of the Abbreviation PHP Plugin class.

Another error is that these settings are used to determine, if the fieldsets with the predefined values should be rendered. This should be totally independent configuration options IMO.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Feature #63040: RTE: Add configuration property buttons.abbreviation.removeFieldsetsClosedStanislas Rolland2014-11-17

Actions
Actions

Also available in: Atom PDF