OpenESignForms / vaadin-ckeditor

Vaadin component wrapper around CKEditor
4 stars 11 forks source link

Autogrow dosen't work on IE #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 9 years ago

1.Downloaded source of vaadin-ckeditor, downloaded ckeditor source.
2.Added autogrow plugin in ckeditor folder.
3.added code to have autogrow enabled. 
4.Removed resize plugin by code.

Autogrow works as aspected on Firefox and Chrome. It doesn't work on IE.
Using the ckeditor with the plugin on a html page (without vaadin) it work also 
on IE.

Ckeditor version 7.9.4. 

Original issue reported on code.google.com by fortunat...@gmail.com on 23 Dec 2014 at 11:10

GoogleCodeExporter commented 9 years ago
Never used the plugin, but how does it differ from calling something like 
editor.setSizeFull();  ?

In that case, the editor should auto-expand to fill the space given in Vaadin 
to hold the editor (so we can resize the browser window, for example, and the 
editor will adjust too).

At any rate, do you have any information on what is going wrong?  It seems 
unlikely we have an IE-specific code, so it's unclear how our adaptor is 
causing the issue.

Unfortunately, we are unlikely to investigate such an issue ourselves as we do 
no make use of that CKEditor plugin.  If you can figure out what is wrong, 
though, we'd be happy to apply the patch to resolve it for you.

Original comment by yoz...@gmail.com on 29 Dec 2014 at 5:02

OpenESignForms commented 8 years ago

Closing for lack of info or direction.