Thanks for your reply. We use the default skin and it is inside Drupal. There could be a conflict between the drupal-styles or our own styles.
I did use firebug and ie dev-toolbar. That's how i found the problem with the z-index. IE uses the z-index different then other. It looks first to the parent-tag. This is the reason that it is not working.
I have no time to report a bug. And I am a bit disappointed that an editor which is online for years now, has this type of bugs. So we will first look for an other editor. We cant have our clients waiting
Z-index is a really old and known issue. The first simple solution is: the lightbox-div should be before the dialogbox, then z-index is not needed to fix it....... Seeing how much nested tags are used to make something like a field in a dialog, is really bad and unneeded. Span-tags are used as div-tags. etc. Tables used for layout..... It is really bad programming. Inline css is not done in these days anymore. So i am really disappointed in the way this nice editor is build.
Re: help: dialogs disabled in ie
CKEditor demo page
Re: help: dialogs disabled in ie
Thanks for your reply.
We use the default skin and it is inside Drupal. There could be a conflict between the drupal-styles or our own styles.
I did use firebug and ie dev-toolbar.
That's how i found the problem with the z-index. IE uses the z-index different then other. It looks first to the parent-tag.
This is the reason that it is not working.
I have no time to report a bug.
And I am a bit disappointed that an editor which is online for years now, has this type of bugs. So we will first look for an other editor. We cant have our clients waiting
Z-index is a really old and known issue. The first simple solution is: the lightbox-div should be before the dialogbox, then z-index is not needed to fix it.......
Seeing how much nested tags are used to make something like a field in a dialog, is really bad and unneeded. Span-tags are used as div-tags. etc. Tables used for layout..... It is really bad programming.
Inline css is not done in these days anymore.
So i am really disappointed in the way this nice editor is build.
Sorry, greetz, Lydia
Re: help: dialogs disabled in ie
Then you shouldn't expect anyone to fix this problem (if it's really a problem) ever.