I am trying to run ckeditor 3.2.1 within a page that is launched via the showModalDialog() function.
IE 7
The menu items that are drop-downs do not work correctly. When you click on them, they flash the contents of the drop-down, then disappear.
This occurs if you have a single tab open in IE and that page launches the ckeditor page via showModalDialog(). Curiously, if you have multiple tabs open, it works fine.
Anyone know a workaround for this other than not using showModalDialog()?
IE 7
The menu items that are drop-downs do not work correctly. When you click on them, they flash the contents of the drop-down, then disappear.
This occurs if you have a single tab open in IE and that page launches the ckeditor page via showModalDialog(). Curiously, if you have multiple tabs open, it works fine.
Anyone know a workaround for this other than not using showModalDialog()?

Re: problem with showmodaldialog()
Should i go back to 2.6.6?
When will the bug be fixed in 3.x?
Re: problem with showmodaldialog()
Re: problem with showmodaldialog()
Re: problem with showmodaldialog()
Re: problem with showmodaldialog()
Thanks ahead
Daniel.
Re: problem with showmodaldialog()
Does anyone know what is causing the bug (which script file) or how to fix it?
Re: problem with showmodaldialog()
this and the fact that right click does not work properly....
if you rigth click anywhere the coursor stays at its original place , you need to left click on the desired place and only than right click....
this two issues are in modal dialogs only..... very annoying!!!!!!!!!!!!!
2.6.2 work much better!
the test case is: open editor in modal dialog...
try to use change font/size or do a right click on text...
Re: problem with showmodaldialog()
https://dev.ckeditor.com/ticket/7175
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: problem with showmodaldialog()
Reproducing this issue is very easy, actually.
Simply create a new HTML page in CKEditor's samples folder, with the following contents:
<script>showModalDialog('fullpage.html');</script>This will open the full CKEditor sample in a modal dialog window, and you'll be able to reproduce the bug.
It only occurs on IE as far as I know (IE 9 included). Firefox has no problems.
Please let us know if you need more information.
Re: problem with showmodaldialog()
http://www.loyaltymanager.nl/emailmanager/showModalDialog.html
http://www.loyaltymanager.nl/emailmanager/editortest.html
all our customers encounter the font problems all the time
www.loyaltygroup.nl
Re: problem with showmodaldialog()
Re: problem with showmodaldialog()
https://dev.ckeditor.com/ticket/7175