Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#47918 closed defect (bug) (duplicate)

Position of plugin popover screen is broken in 5.2.2 with no plugins activated

Reported by: mervb1's profile mervb1 Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.2.2
Component: Plugins Keywords:
Focuses: ui, administration Cc:

Description

Hi Team.

To reproduce the issue (i'm using Google Chrome) mac

First manually edit Hello World to say version 1.1

Next visit Dashboard > Plugins
Press View Version 1.7.2 details

I see this

https://easypropertylistings.com.au/wp-bug/wp-bug-plugin-text.jpg

To correct this issue setting to position: absolute positions the text correctly vertically but its not the solution.

(Same CSS on WP 5.1.1 but that is placed correctly)

#section-holder {

position: absolute; /* Corrects vertical position but is not the solution */
top: 0;
right: 250px;
bottom: 0;
left: 0;
margin-right: 250px;
padding: 10px 26px;
margin-bottom: -99939px;
padding-bottom: 99999px;

}

Attachments (1)

wp-bug-plugin-text.jpg (124.4 KB) - added by mervb1 5 years ago.
Image attachment of broken position

Download all attachments as: .zip

Change History (4)

@mervb1
5 years ago

Image attachment of broken position

#1 @mukesh27
5 years ago

  • Component changed from General to Plugins
  • Focuses ui added
  • Keywords needs-patch needs-testing removed
  • Resolution set to duplicate
  • Status changed from new to closed

Thank you for the bug report, @mervb1!

We're tracking this issue over on #47561.

#2 @Clorith
5 years ago

  • Milestone Awaiting Review deleted

#3 @mervb1
5 years ago

Thanks, first time submitting on trac, will try search next time :)

Note: See TracTickets for help on using tickets.