Viima / jquery-comments

The Javascript library of choice for implementing commenting in your web app
http://viima.github.io/jquery-comments/
MIT License
294 stars 118 forks source link

appendTo this.$el rather than .jquery-comments class #176

Open Luke-West opened 4 years ago

Luke-West commented 4 years ago

I found that there is a small bug when we have multiple instances of jquery-comments on a single page, with both instances depending on the textcomplete plugin. The textcomplete suggestions box will popup on all textareas, not just the one you are focused on.

Screenshot 2020-09-24 at 17 16 11

My fix will make it so that we only display on the textarea we are currently focused on.

Screenshot 2020-09-24 at 17 19 19