Problem with Ckeditor in Modal Bootstrap

Asked

Viewed 135 times

1

I’m having trouble visualizing the windows that are opened by the Ckeditor, called from a Bootstrap modal. They, the windows, open. But just behind the modal. Can anyone help??

1 answer

1

I found the solution in the jQuery forums. Follow the solution and the source link:

Open the Ckeditor 'config.js' file it will look like this:

CKEDITOR.editorConfig = function( config ) {
}

Then glue the line down between the keys {}:

config.baseFloatZIndex = 90000;

Solved! At least with me it worked right.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.