Opened 3 years ago
Closed 3 years ago
#15908 closed defect (bug) (fixed)
Reply and Quick Edit form disappears after changing page in comment lists
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Comments | Version: | 3.1 |
| Severity: | minor | Keywords: | has-patch needs-testing dev-feedback |
| Cc: |
Description
Steps to reproduce:
- Go to Comments. Click Reply on any comments.
- Navigate to another page using the AJAX pagination controls
- Try clicking Reply on any comments. The form is not showing.
Same thing happens to Quick Edit form (the comment disappears, and no Quick Edit form is shown).
Working on a fix.
Attachments (4)
Change History (13)
comment:4
garyc40
— 3 years ago
Quick Edit doesn't work for me. Steps to reproduce:
- Quick Edit any comment
- Without updating the comments, change the page by using the pagination controls
- Try clicking "Quick Edit" on any comment, the comment disappears and no form shows up.
The patched I attached fixes it for both Reply and Quick Edit form.
comment:5
ocean90
— 3 years ago
- Component changed from General to Comments
commentReply.close() and/or commentReply.revert() should also reset the quicktags. For example click the button for the bold tag (b) change page and you will see the close bold tag (/b).
garyc40
— 3 years ago
Problem with QuickEdit form's height when editing a reaaaally long comment (pay attention to the scrollbar on the right)
comment:6
ocean90
— 3 years ago
- Keywords dev-feedback added
QuickEdit form's height and the quicktags button reset exists both in 3.0.3 too, so not a regression, maybe create a new ticket with 3.2-early keyword.
there's a patch for that