Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
TinyMCE integration troubleshooting
Hello,
I have managed to use the TinyMCE plugin (with some trouble I have to say because of some maven integration problem).
I'm using
vaadin 6.7.1
gwt 2.3.0
and vaadin-wrapper-for-tinymce 1.4
I'm able to display the tinyMCE text editor and to format text using buttons, but I have 2 problems:
one major:
all combo are not selectable: I can open a combo (for example for choosing background color) but my click are useless: the popup is still on top on nothing happen inside the editor.
one minor: full screen edition is working in a one way mode only: I can go in full screen, but then I'm stuck in it and no action at all are working then.
What did I miss about this wrapper setup ?