Opened 13 years ago
Closed 13 years ago
#8599 closed Bug (invalid)
Dialog in IE8 is having extra white space panel at the bottom
Reported by: | K V S Reddy | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.6.2 |
Keywords: | Cc: |
Description
I have added dialog in CKEditor using CK EDITOR.dialog.add(). The dialog display is perfect in Firefox. However, in IE8 the dialog display is having additional white space panel at the bottom. Attached the screen shot of the dialog in IE8 and Firefox for reference.
Thanks, K V S Reddy
Attachments (2)
Change History (3)
Changed 13 years ago by
Attachment: | dialog_ckeditor_IE8.JPG added |
---|
comment:1 Changed 13 years ago by
Keywords: | Dialog removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
I have added dialog in CKEditor using CKEDITOR.dialog.add().
Notice that you treat customizations that you have done as a bug. If you download CKEditor and check sample "Using the JavaScript API to customize dialog windows" you will notice that it works well in IE8.
My advice here is that you should compare your code with the code from that sample or with code of any plugin with dialog.
You might also find those links handy:
http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/Dialog_System
http://docs.cksource.com/CKEditor_3.x/Tutorials
If you were only asking for help then please use one of our forums (http://cksource.com/forums/) and not bug tracker used for reporting bugs.
Anyway I’m closing this one as an invalid. If you still think that there is something wrong with CKEditor than please reopen this issue and provide us with sample code that is causing this bug.
Dialog in IE8