I am trying to implement RTE on a comment textarea on the front-end.
The link functionality works if I use EE’s jQuery. e.g. test
However, if I have external version of jQuery, the link dialog pops-up, but does not dismiss when I press Add Link. You can see it here .
Any ideas?
I notice that when you add include_jquery=“no” to the rte tag, EE still loads the jQuery UI Dialog and jQuery UI Position. Given I am also loading these, I wonder if there is a conflict?