Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken stylesSet since v4.7.2 #1108

Closed
trsteel88 opened this issue Nov 1, 2017 · 3 comments
Closed

Broken stylesSet since v4.7.2 #1108

trsteel88 opened this issue Nov 1, 2017 · 3 comments
Labels
resolution:duplicate A duplicate of an already reported issue.

Comments

@trsteel88
Copy link

Since v4.7.2 styleSets I use a broken.

CKEDITOR.editorConfig = function( config ) {
    config.stylesSet = [
        { name: 'Intro', element: 'p', attributes: {'class': 'intro'} },
        { name: 'Primary button', element: 'a', attributes: {'class': 'btn btn-primary'} }
    ];
};

In the above example, the primary button doesn't show in the styles dropdown.

Is anyone else having a similar issue?

@trsteel88
Copy link
Author

Fyi, the intro style appears. However, any styles for a links fail.

@NickDickinsonWilde
Copy link

Might be #862?

@msamsel
Copy link
Contributor

msamsel commented Nov 7, 2017

Duplicated #862
bug is fixed and will be available from 4.8.0.

@msamsel msamsel closed this as completed Nov 7, 2017
@msamsel msamsel added the resolution:duplicate A duplicate of an already reported issue. label Nov 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:duplicate A duplicate of an already reported issue.
Projects
None yet
Development

No branches or pull requests

3 participants