Opened 10 years ago
Closed 10 years ago
#29994 closed defect (bug) (fixed)
Border bug on empty list tables on small screens
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Administration | Keywords: | make-flow has-patch |
Focuses: | ui, administration | Cc: |
Description
When you have an empty list table, the small screen view has a border bug on the "No items found" cell.
This is caused by columns being hidden in the small screen view, but the colspan
for this cell isn't updated appropriately.
Attachments (3)
Change History (10)
#3
@
10 years ago
Looking at this, does colspanchange (defined in wp-admin/common.js) actually do anything? It's not really used anywhere and removing the code doesn't seem to effect anything? My patch works, but it's very tag only. Perhaps a refactor of colspanchange is needed?
#5
@
10 years ago
On an iPhone 6+, this helped with the Tags screen but not with the comments screen. They could be separate issues, however. The comments screen is getting some related work in #29991.
the problem exists because is hide one <th> description th is display:none;