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

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

Open
aakashhs opened this issue Mar 12, 2018 · 0 comments

Comments

@aakashhs
Copy link

aakashhs commented Mar 12, 2018

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;'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant