The toolbar does not appear. Do you have a solution for this problem ?

The toolbar does not appear. Do you have a solution for this problem ?

Please help me to help you :-) The toolbar appears just fine for me. Could you create an issue to [the github project]
(https://github.com/mstahv/tinymcewrapper) and provide a code that you used, what you expected and what happened?

I had normal install. I using vaadin lastest version.
Using maven with pom.xml

org.vaadin.addons
vaadin-wrapper-for-tinymce
4.0

	And java Code: 
	TinyMCETextField t = new TinyMCETextField();		
	panelView.setContent(t);

For me similar code works just fine. More details about your browser/environment would be needed. Is “mvn clean install” triggering client side compilation (should take around 40 secs)?
17460523.png

I had tested with chrome, edge, firefox browsers.
debug on browsers have not errors. could you help me find errors please?
17461284.xml (9.78 KB)
17461287.jpg