Opened 15 years ago
Closed 15 years ago
#16279 closed defect (bug) (fixed)
Don't hardcode colspan in WP_List_Table when there are no items
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.1 | Priority: | normal |
| Severity: | minor | Version: | 3.1 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Currently in WP_List_Table::display_rows_or_placeholder(), when there's no item, colspan = "2" is applied to the no-item cell despite the number of visible columns.
Attachments (2)
Change History (9)
#1
@
15 years ago
- Milestone changed from Awaiting Review to 3.1
This something we need to address in 3.1? Sounds like it, and I think I've seen evidence of this in the UI with odd wrapping.
#3
@
15 years ago
This doesn't take into account hidden columns.
Also, when you do take into account hidden columns with a - count( $hidden ), I get one more, as my array is this: array( 0 => 'response', 1 => '' ). Not a clue why I have the empty value, but an array_filter() can remove it if it isn't just me.
#6
@
15 years ago
- Keywords needs-testing removed
- Resolution fixed deleted
- Status changed from closed to reopened
There's a dedicated method for that: get_column_count(). See 16279.diff.
Note: See
TracTickets for help on using
tickets.
don't hardcode colspan