Opened 9 years ago
Closed 9 years ago
#33829 closed defect (bug) (fixed)
Comment Offset in Post Edit Screen
Reported by: | ronalfy | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Comments | Keywords: | has-patch |
Focuses: | javascript, administration | Cc: |
Description
If you have several comments (say, roughly 24), and you are on the posts edit screen, you may trash and spam comments.
If you trash/spam several comments, and click on the Show More Comments link, the offset is off.
This either results in earlier comments being shown, skipping comments that should be shown, or assuming there are no comments left to show at all.
I will post a video of the bug when I have more time to tackle this.
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #core by patelutkarsh. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
Added load function to pass current visible TR in js and load more comment will now call load function instead of get function directly.