Hello, I'm working on a large web application. Parts of the application are still running on Wicket 1.4, but I'm in the process of migrating them to Wicket 6. We used the wicket.contrib.tinymce.InPlaceEditComponent for inline editing of large texts. This worked fine on Wicket 1.4, but there seem to be some problems on Wicket 6.14. I now have to double-click on a text label before it is turned into a TinyMCE editor. On Wicket 1.4 a single click was enough. I can work with the editor but once a click on the cancel button, things go wrong. I can open the editor again by double-clicking the text, but in the editor, nothing works anymore.
Is anyone using the TinyMCE editor on Wicket 6? Kind regards, Dirk Germonpré.
