#29481 closed defect (bug) (duplicate)
Cannot manually enter page number when browsing the Plugins -> Add New screens
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | 3.1 |
Component: | Plugins | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description
Steps to reproduce:
- Go to Plugins -> Add New and switch to the Popular tab.
- Enter a page number in the text input between the pagination controls, then hit enter.
- Note that nothing happens.
This behaviour works as expected on other screens where pagination controls are present.
This crippling bug has been present since 3.1.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Patch 29481.diff does the following:
<form>
tag enclosing the list of plugins and top navigation.WP_Plugin_Install_List_Table::display_tablenav()
function._wp_http_referer
and adds the query argpaged
to the URL.