[wp-trac] [WordPress Trac] #47918: Position of plugin popover screen is broken in 5.2.2 with no plugins activated
WordPress Trac
noreply at wordpress.org
Thu Aug 22 05:49:44 UTC 2019
#47918: Position of plugin popover screen is broken in 5.2.2 with no plugins
activated
----------------------------+---------------------------------------
Reporter: mervb1 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 5.2.2
Severity: normal | Keywords: needs-patch needs-testing
Focuses: administration |
----------------------------+---------------------------------------
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
[[Image(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;
}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47918>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list