Skip to content

Ckeditor gets inactive in the slider #4

@azamattokhtaev

Description

@azamattokhtaev

The problem occurred when ckeditor was attached to the slider.
The problem is chrome makes contenteditable false when the parent div is hidden.
possible solutions bu not working for me. Need more investigation

-webkit-user-modify: read-write;

$('.text').click(function() {
    var name;
for(name in CKEDITOR.instances) {
    var instance = CKEDITOR.instances[name];
    if(this && this == instance.element.$) {
        return;
    }
}
$(this).attr('contenteditable', true);
CKEDITOR.inline(this);
});

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions