Make WordPress Core

Opened 5 years ago

Closed 13 months ago

#50069 closed defect (bug) (fixed)

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: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.5 Priority: normal
Severity: normal Version: 5.4
Component: Plugins Keywords: has-screenshots has-patch needs-testing
Focuses: ui, css, administration Cc:

Description

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

Attachments (3)

plugin screen issue.png (69.1 KB) - added by passoniate 5 years ago.
50069.patch (559 bytes) - added by mukesh27 5 years ago.
Patch.
50069.2.patch (608 bytes) - added by shailu25 13 months ago.
Patch Updated

Download all attachments as: .zip

Change History (13)

#1 @passoniate
5 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
5 years ago

  • Component changed from Administration to Plugins
  • Focuses administration added

@mukesh27
5 years ago

Patch.

#3 @mukesh27
5 years ago

  • Keywords has-patch added

#4 @JavierCasares
5 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
5 years ago

Can we fix this ticket in 5.6?

#6 @passoniate
15 months ago

Can we fix this?

#7 @sabernhardt
15 months 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;
	}

@shailu25
13 months ago

Patch Updated

#8 @shailu25
13 months ago

  • Keywords changes-requested removed

I have Updated Patch as per above comment

#9 @shailu25
13 months ago

  • Keywords needs-testing added

#10 @SergeyBiryukov
13 months ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 57321:

Plugins: Correct table layout on smaller screens.

This ensures that the message about deleting a plugin or having no plugins installed is displayed in full width.

Follow-up to [26134], [33016].

Props shailu25, mukesh27, passoniate, JavierCasares, sabernhardt.
Fixes #50069.

Note: See TracTickets for help on using tickets.