Ticket #6475 (new defect)

Opened 5 months ago

Last modified 1 month ago

Manage Posts Pagination Breaks With Long Category Names

Reported by: intoxination Assigned to: anonymous
Priority: normal Milestone: 2.9
Component: General Version: 2.5
Severity: normal Keywords: pagination manage posts
Cc:

Description

Screen Shot attached. Basically if you have a category with more than 35 characters (category name, plus post count) and start going down a few pages, the pagination links grow and end up overflowing.

Also any plugins that add new restrictions on the manage posts page, via the restrict_manage_posts hook will cause this to happen even quicker.

Attachments

funkyPagination.png (9.8 kB) - added by intoxination on 03/30/08 16:34:02.

Change History

03/30/08 16:34:02 changed by intoxination

  • attachment funkyPagination.png added.

03/30/08 19:53:49 changed by ffemtcj

Looks like less pages need to be shown possibly due to the extra characters. What browser(s) does this happen with?

03/30/08 19:57:10 changed by intoxination

That was in Firefox 2.0.13. I was thinking along the same lines - limit how many page links show up in the pagination.

03/30/08 19:59:24 changed by ffemtcj

Have you tested it in other browsers?

03/30/08 20:07:38 changed by intoxination

Yup IE7 does the same thing. Considering the page nav floats to the right and the filters float to the left, the browsers are rendering everything they way it "should" - the left floated division will go to new lines to accommodate the overflow (as the left floated division is rendered after the right).

07/15/08 16:24:07 changed by ryan

  • milestone changed from 2.5.2 to 2.9.

Milestone 2.5.2 deleted