Project

General

Profile

Actions

Bug #75573

closed

RTE linkwizard style - missing registered classes

Added by Mats Nygaard about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2016-04-13
Due date:
% Done:

0%

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

Description

Classes that used to be selectable via the "Style"-field are missing from the link-wizard, possibly after 6.2.20 or 6.2.21 upgrade. The dropdown-field "Style" is present in the wizard, but it has no options to choose from on either tab.
The problem has ocurred recently and is present on multiple sites. All sites run 6.2.21.

The TSconfig for this looks like this:

RTE.classesAnchor {
    specialLinkPage{
        class = speciallink
        type = page
    }

    specialLinkURL{
        class = speciallink
        type = url
    }

    specialLinkFile{
        class = speciallink
        type = file
    }

    specialLinkMail{
        class = speciallink
        type = mail
    }
}

RTE.default {
    proc.allowedClasses (
        speciallink
    )

    buttons.link.properties.class.allowedClasses = speciallink
}

Files

rtebug.PNG (4.78 KB) rtebug.PNG Mats Nygaard, 2016-04-13 15:02

Related issues 2 (0 open2 closed)

Is duplicate of TYPO3 Core - Bug #75548: RTE lacks dropdown content after updating to 6.2.21ClosedMarkus Klein2016-04-12

Actions
Has duplicate TYPO3 Core - Bug #75605: RTE: Anchor styles set in TSconfig not present in wizard since 6.2.20Closed2016-04-14

Actions
Actions #1

Updated by Wouter Wolters about 8 years ago

  • Status changed from New to Closed

Hi, thanks for reporting. This issue is already registered under #75548

Can you test the available patch if possible and give your votes/findings in our review system?

Thanks.

Actions

Also available in: Atom PDF