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.
My fix will make it so that we only display on the textarea we are currently focused on.
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.
My fix will make it so that we only display on the textarea we are currently focused on.