Make WordPress Core

Opened 9 years ago

Closed 8 years ago

#29994 closed defect (bug) (fixed)

Border bug on empty list tables on small screens

Reported by: pento's profile pento 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)

IMG_2914.png (59.7 KB) - added by pento 9 years ago.
29994.diff (6.1 KB) - added by kevdotbadger 8 years ago.
IMG_4350.PNG (150.8 KB) - added by ryan 8 years ago.
Fixed

Download all attachments as: .zip

Change History (10)

@pento
9 years ago

#1 @soficgr
9 years ago

the problem exists because is hide one <th> description th is display:none;

#2 @soficgr
9 years ago

  • Severity changed from normal to minor

@kevdotbadger
8 years ago

#3 @kevdotbadger
8 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?

#4 @bradt
8 years ago

  • Keywords has-patch added

#5 @ryan
8 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.

This ticket was mentioned in Slack in #core-flow by boren. View the logs.


8 years ago

@ryan
8 years ago

Fixed

#7 @ryan
8 years ago

  • Milestone changed from Awaiting Review to 4.3
  • Resolution set to fixed
  • Status changed from new to closed

Fixed by the work on #32395.

Note: See TracTickets for help on using tickets.