Skip to content

Toolbar options in ckeditor loaded on a jquery shadowbox closes the shadowbox on click #53

@aakashhs

Description

@aakashhs

I am using CKEDITOR 4.4.6 DEV and loading it on jquery shadowbox version "3.0rc1" as shown on screenshot below.

screenshot

On click of any of the toolbar options, the entire shadowbox closes! Below is the code for initializing ckeditor. May be some extra code to be added or i have missed something? Thankyou!

I have tried overriding window onclick with event.stopPropogation() but so far no results.

I am assuming some onclick event is triggering which i am not able to figure out?

Thanks

Just in case , code below:

JS

Shadowbox.init({
animate: false,
overlayColor: "#AAA"
});

html

rel='shadowbox;player=iframe;'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions