#49984 closed defect (bug) (invalid)
wp_list_table toggle-row
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 5.4 |
| Component: | Administration | Keywords: | |
| Focuses: | ui, css, administration | Cc: |
Description
.toggle-row button still set to 'display:none' when column-primary set and default has_actions() function called (resulting in the button output below)
<td class="job column-job has-row-actions column-primary" data-colname="Job ID">58<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button></td>
Unsetting 'display:none' through inspection reveals the buttons location at the top-right corner of the screen, not next to the row data cell - also to do with the css being 'position: absolute'. This results in all buttons being located on top of each other in the top right corner.
Change History (2)
Note: See
TracTickets for help on using
tickets.