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

Resize handles are not shown if design makes use of zIndex #5

Closed
ncatanchin opened this issue May 7, 2013 · 4 comments
Closed

Resize handles are not shown if design makes use of zIndex #5

ncatanchin opened this issue May 7, 2013 · 4 comments

Comments

@ncatanchin
Copy link

Thanks for the great plugin which made it possible for us to use CKEditor in our project.

I found that the drag-handles were not showing when using an inline editor. I tracked this down to be a zIndex problem. My main content area has a z-index of 10 and therefore the drag handles were hidden behind this.

I feel this is a problem that should be addressed by the plugin, either by setting a higher z-index in the CSS or by detecting the z-index that it should use based on the layout of the target page.

I have not tested, but I don't think this would be an issue in a standard editor as it makes use of an iframe.

Thanks again!

@sstur
Copy link
Owner

sstur commented May 7, 2013

Sure, I don't have any z-index on the drag handles or overlay but I will put in a reasonably high value to see if it solves that..

@ncatanchin
Copy link
Author

Cool, I noticed that CKEditor sets a z-index of 9999 for the floating toolbars, so maybe that's a good one to use. Cheers

@sstur
Copy link
Owner

sstur commented May 10, 2013

Please take a look and let me know if this is fixed in v0.4.0

Thanks

@ncatanchin
Copy link
Author

It's fixed - thanks a lot.

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

2 participants