Nice Plugin. Works fine. One little issue, but may I use it wrong. When the

Nice Plugin. Works fine. One little issue, but may I use it wrong. When the page is loaded I have to do a right mouse click once to ‘activate’ control, so i can edit it. Why is this done in that way?

Hi Andre Klaaßen, I have done several tests but I can not find any problem, I could open a question on github and attach an image that shows your problem.

Mmm, still same problem. I use the following code:

setSizeFull();
JuicyAceEditor taRequest = new JuicyAceEditor();
taRequest.setSizeFull();
add(taRequest);

Not more. I notice that i have to do a right click every time the Ace-Editor lost the focus. Seems the component is going to be readonly after loosing focus.

Are you using Mozilla Firefox right ?
I did tests in different browsers (in opera and chrome this works) and
In Mozilla Firefox susede what you mention (You will have to right click to edit).
Note: Internet Explorer and Microsoft Edge do not work.

Yes, Firefox. Okay, thx for the note, I will try to find a workaround.