Make WordPress Core

Opened 4 years ago

Last modified 2 days ago

#50069 new defect (bug)

Plugin screen issue: when you don’t have any plugin installed or when delete all plugins on small screen

Reported by: passoniate's profile passoniate Owned by:
Milestone: 6.5 Priority: normal
Severity: normal Version: 5.4
Component: Plugins Keywords: has-screenshots has-patch changes-requested
Focuses: ui, css, administration Cc:

Description

Plugin screen issue: when you don’t have any plugin installed or when delete all plugins

Attachments (2)

plugin screen issue.png (69.1 KB) - added by passoniate 4 years ago.
50069.patch (559 bytes) - added by mukesh27 4 years ago.
Patch.

Download all attachments as: .zip

Change History (9)

#1 @passoniate
4 years ago

  • Summary changed from Plugin screen issue: when you don’t have any plugin installed or when delete all plugins to Plugin screen issue: when you don’t have any plugin installed or when delete all plugins on small screen

#2 @SergeyBiryukov
4 years ago

  • Component changed from Administration to Plugins
  • Focuses administration added

@mukesh27
4 years ago

Patch.

#3 @mukesh27
4 years ago

  • Keywords has-patch added

#4 @JavierCasares
4 years ago

Works for me. Tested at WP5.5

Previous version
https://i.ibb.co/0yJsKK1/Screenshot-229.png

New version
https://i.ibb.co/NYQXxJq/Screenshot-230.png

#5 @mukesh27
3 years ago

Can we fix this ticket in 5.6?

#6 @passoniate
3 days ago

Can we fix this?

#7 @sabernhardt
2 days ago

  • Focuses css added
  • Keywords changes-requested added
  • Milestone changed from Awaiting Review to 6.5

The patch adjusts the message when a plugin is deleted, but not when the page has zero plugins to list (in the .no-items row).

It probably should have both selectors:

	#wpbody-content .wp-list-table.plugins .plugin-deleted-tr td,
	#wpbody-content .wp-list-table.plugins .no-items td {
		display: table-cell;
	}
Note: See TracTickets for help on using tickets.