Opened 4 years ago
Last modified 4 years ago
#51492 new defect (bug)
Wrong order of comments when using numbered pagination
Reported by: | askel45 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.5.1 |
Component: | Comments | Keywords: | dev-feedback 2nd-opinion needs-testing |
Focuses: | Cc: |
Description
Using paginate_comments_links() to show numbered pagination in comments instead of 'older comments' or 'newer comments' causes a problem. When comments are broken into pages, with the last page and newer comments shown by default, the numbered pagination shows the current page as the last in the pagination. For example, if there are 60 comments broken down to 20 comments per page, the initial post-loading shows page 3 as the current page (instead of page 1) and a person has to navigate backwards to read other comments (page 2 then page 1).
Change History (1)
Note: See
TracTickets for help on using
tickets.