Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#17627 closed defect (bug) (duplicate)

Column sort links can be jumpy if title is too long for set width

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by:
Milestone: Priority: low
Severity: normal Version:
Component: Administration Keywords:
Focuses: Cc:

Description

This is kind of a goofy UI bug to reproduce.

On any sortable post row column, the table-head sort-links can sometimes get separated from their arrows depending on the width of the text and the set width of the containing column.

This is a problem inherent in the mark-up of the links used, which include two spans inside an anchor. There's no way to apply a white-space: nowrap; on two separate child elements. The goofiness occurs because the arrow span is hidden until :hover is invoked. Hovering over the link causes the height of the table header row to increase by about 20px.

This doesn't happen all over, but is most easily reproduced in Posts > Tags on the right most column titled "Posts." The applicable CSS to set the width is:

.fixed .column-posts {
width: 10%;
}

Bumping the width beyond 10% makes the table look a little silly because the contents of the table cells are usually just a few digits, and don't demand 15% or 20% width.

I'll attach a screen shot to better show this bug off.

Attachments (1)

Screen shot 2011-05-31 at 10.45.10 AM.png (31.5 KB) - added by johnjamesjacoby 13 years ago.

Download all attachments as: .zip

Change History (2)

#1 @ocean90
13 years ago

  • Keywords ui-feedback removed
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.