Closed huthomas closed 2 months ago
I guess there was never a requirement for adding it. At least I can't remember. And I am not sure if we could pass the correct information from the browser to the swt layer.
If you have an idea how to implement it, feel free to create a PR. There are no plans for any improvement of this control at the moment.
Thanks for the info.
After adding a
MouseListener
to theRichTextEditor
the methods are never called.There is no javascript function registered that would pass such events to java
mouseDown
andmouseDoubleClick
methods.Is there a reason why that is not implemented? Or are there plans to implement this functionality?