Comment icon indicating copy to clipboard operation
Comment copied to clipboard

Django comment app. It can be associated with any given model.

Results 21 Comment issues
Sort by recently updated
recently updated
newest added

hello, I have a suggestion, do you think, maybe consider the function that when you click on “X Replies”, the responses to the comment are loaded by AJAX, and in...

feature

### Proposed Functionality You can post, edit, flag, delete comments without refreshing page. But you can't go to paginated pages **without refreshing**. How come you can post, but can't load...

feature

When I post a comment, the comment section will not clean and I can see the text in the comment teaxtarea. There might be a bug in `resetCreateForms` function in...

bug

Is it possible to somehow arrange comments (order_by) only in replies, without affecting the order of parent ones?

feature

feat(#267): Comments Editor value misplacing Only one line added. This makes close of already opened comment edit form, before open new one. Removed changes from > feat(#263): multiple comment fields...

### Environment **1) go to your example site.** ### Describe the bug When you try to edit multiple comments at once and then try to cancel the opened editors, cancelled...

bug

### Proposed Functionality 1) multiple comment fields in one page (currently only one is possible). because js stopes working/js doesn't support multiple comment fields in one page . ### Use...

feature

### Proposed Functionality You have removed jquery dependency, and that is great. But Bootstrap is more disruptive than jquery. Because Bootstrap has not only js, but **css**. I was using...

feature

When trying to create or edit a comment, an alert says, "Unable to post your comment!, please try again" Even though the comment is created/edited, which is annoying.

bug

from comment.models import Comment ImportError: cannot import name 'Comment' from partially initialized module 'comment.models' (most likely due to a circular import) (C:\Users\DAMILARE ONIFADE\Desktop\new_work_done\venv\lib\site-packages\comment\models\__init__.py) ![django_comment](https://user-images.githubusercontent.com/105763385/201113946-e5e491e3-43af-46b0-9ce6-20cfc26b90b0.png) ![Uploading django_comment.png…]()

bug