#6475 closed defect (bug) (invalid)
Manage Posts Pagination Breaks With Long Category Names
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.5 |
| Component: | General | Keywords: | pagination manage posts |
| Focuses: | 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 (1)
Change History (7)
#2
@
18 years ago
That was in Firefox 2.0.13. I was thinking along the same lines - limit how many page links show up in the pagination.
#4
@
18 years ago
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).
Looks like less pages need to be shown possibly due to the extra characters. What browser(s) does this happen with?