#47918 closed defect (bug) (duplicate)
Position of plugin popover screen is broken in 5.2.2 with no plugins activated
Reported by: | 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
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)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Image attachment of broken position