weldelmongi / gwt-ckeditor

Automatically exported from code.google.com/p/gwt-ckeditor
0 stars 0 forks source link

gwt-ckeditor do not work properly inside Popup TextArea #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When I use ckeditor for popUp TextArea and I try add image or flash(when 
adding it another popUp is shown up and almost no controls are working)

What is the expected output? What do you see instead?

I can't add image, flash and anything that needs to show one more popup

What version of the product are you using? On what operating system?

04.jar

Please provide any additional information below.

Original issue reported on code.google.com by tadas.da...@gmail.com on 27 Aug 2010 at 1:52

GoogleCodeExporter commented 9 years ago
I mean when I already have a Popup window and add to it ckeditor any internal 
popups of ckeditor are not working.

Original comment by tadas.da...@gmail.com on 27 Aug 2010 at 1:57

GoogleCodeExporter commented 9 years ago
Any update/workaround here?  This is a show-stopper for me.  

Original comment by JSGreenb...@gmail.com on 29 Sep 2010 at 5:33

GoogleCodeExporter commented 9 years ago

Original comment by picard.d...@gmail.com on 30 Sep 2010 at 7:15

GoogleCodeExporter commented 9 years ago
Has anybody has an idea how to trick this bug? Because cke looses important 
functionality inside a popup

Original comment by tadas.da...@gmail.com on 28 Oct 2010 at 6:19

GoogleCodeExporter commented 9 years ago
I've had success fixing this problem in gwt-ckeditor 1.1 by setting the zindex 
(using setBaseFloatZIndex in CKConfig.java) to be greater than the zindex of 
the popup containing the editor.

Original comment by Curti...@gmail.com on 10 Jul 2012 at 1:28

GoogleCodeExporter commented 9 years ago
I am having the same problem. I tried setBaseFloatZIndex 1000000 without 
success.

Original comment by smith.ge...@gmail.com on 20 Apr 2013 at 12:38